Rename OIDC to OAuth. (#5525)
* Rename OIDC to OAuth. * Update the enterprise submodule.
This commit is contained in:
@@ -78,8 +78,8 @@ class LoginScreenViewModel: LoginScreenViewModelType, LoginScreenViewModelProtoc
|
||||
Task {
|
||||
switch await authenticationService.configure(for: homeserverDomain, flow: .login) {
|
||||
case .success:
|
||||
if authenticationService.homeserver.value.loginMode.supportsOIDCFlow {
|
||||
actionsSubject.send(.configuredForOIDC)
|
||||
if authenticationService.homeserver.value.loginMode.supportsOAuthFlow {
|
||||
actionsSubject.send(.configuredForOAuth)
|
||||
}
|
||||
stopLoading()
|
||||
case .failure(let error):
|
||||
|
||||
Reference in New Issue
Block a user