Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
Signed-off-by: Milen Pivchev <[email protected]>
  • Loading branch information
mpivchev committed May 30, 2024
1 parent e6e9734 commit 8de1a2d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Brand/NCBrand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ let userAgent: String = {
@objc public var capabilitiesGroupApps: String = "group.com.nextcloud.apps"

// BRAND ONLY
@objc public var use_login_web_personalized: Bool = true // Don't touch me !!
@objc public var use_login_web_personalized: Bool = false // Don't touch me !!
@objc public var use_AppConfig: Bool = false // Don't touch me !!
@objc public var use_GroupApps: Bool = true // Don't touch me !!

Expand Down
8 changes: 4 additions & 4 deletions iOSClient/Login/NCLoginPoll.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ struct NCLoginPoll: View {
}
}
.background(Color(NCBrandColor.shared.customer))
// .onAppear {
// loginManager.configure(loginFlowV2Token: loginFlowV2Token, loginFlowV2Endpoint: loginFlowV2Endpoint, loginFlowV2Login: loginFlowV2Login)
// loginManager.openLoginInBrowser()
// }
.onAppear {
loginManager.configure(loginFlowV2Token: loginFlowV2Token, loginFlowV2Endpoint: loginFlowV2Endpoint, loginFlowV2Login: loginFlowV2Login)
loginManager.openLoginInBrowser()
}
.interactiveDismissDisabled()
}
}
Expand Down

0 comments on commit 8de1a2d

Please sign in to comment.