Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created June 4, 2020 15:41
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save EdCharbeneau/b12ae0fb7d0c3214f14bb15305864b2d to your computer and use it in GitHub Desktop.
Save EdCharbeneau/b12ae0fb7d0c3214f14bb15305864b2d to your computer and use it in GitHub Desktop.
All the RemoteAuthenticatorView templates
<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