Created
June 4, 2020 15:41
-
-
Save EdCharbeneau/b12ae0fb7d0c3214f14bb15305864b2d to your computer and use it in GitHub Desktop.
All the RemoteAuthenticatorView templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<RemoteAuthenticatorView Action="@Action"> | |
<LoggingIn> | |
<span>Logging you in...</span> | |
</LoggingIn> | |
<CompletingLoggingIn> | |
<span>Checking permissions...</span> | |
</CompletingLoggingIn> | |
<LogInFailed> | |
<span>Sorry, your login failed. Please try again or contact support.</span> | |
</LogInFailed> | |
<LogOut> | |
<span>Logging you out...</span> | |
</LogOut> | |
<CompletingLogOut> | |
<span>Logging you out...</span> | |
</CompletingLogOut> | |
<LogOutFailed> | |
<span>Sorry, log out operation failed. Please try again or contact support.</span> | |
</LogOutFailed> | |
<LogOutSucceeded> | |
<span>You were successfully logged out.</span> | |
</LogOutSucceeded> | |
<UserProfile> | |
<span>Retreving profile...</span> | |
</UserProfile> | |
<Registering> | |
<span>Registering account...</span> | |
</Registering> | |
</RemoteAuthenticatorView> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment