You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
580B

  1. <div class="container mt-5">
  2. <div class="alert alert-danger" role="alert">
  3. <h4 class="alert-heading">Sign-in Failed</h4>
  4. <p class="mb-0">There was a problem completing sign-in with the identity provider.</p>
  5. <% If Len(KeycloakAuth().ErrorMessage) > 0 Then %>
  6. <hr>
  7. <p class="mb-0"><%= Server.HTMLEncode(KeycloakAuth().ErrorMessage) %></p>
  8. <% End If %>
  9. </div>
  10. <p>
  11. <a href="/auth/login" class="btn btn-primary">Try Again</a>
  12. <a href="/" class="btn btn-outline-secondary ms-2">Go to Home</a>
  13. </p>
  14. </div>

Powered by TurnKey Linux.