mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix typo in SSOURLConstants.
This commit is contained in:
@@ -51,9 +51,9 @@ final class SSOAuthenticationService: NSObject {
|
||||
let ssoRedirectPath: String
|
||||
|
||||
if let identityProvider = identityProvider {
|
||||
ssoRedirectPath = SSOURLConstants.Pathes.unstableRedirect + identityProvider
|
||||
ssoRedirectPath = SSOURLConstants.Paths.unstableRedirect + identityProvider
|
||||
} else {
|
||||
ssoRedirectPath = SSOURLConstants.Pathes.redirect
|
||||
ssoRedirectPath = SSOURLConstants.Paths.redirect
|
||||
}
|
||||
|
||||
authenticationComponent.path = ssoRedirectPath
|
||||
|
||||
Reference in New Issue
Block a user