Fix typo in SSOURLConstants.

This commit is contained in:
SBiOSoftWhare
2021-01-08 16:21:12 +01:00
parent f0bc8486f1
commit f158c72859
2 changed files with 3 additions and 3 deletions
@@ -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