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.

6 lines
249B

  1. <div class="text-center py-5">
  2. <h1 class="h3 text-danger mb-3">Authentication Error</h1>
  3. <p class="text-muted mb-4"><?= e($error ?? 'An authentication error occurred.') ?></p>
  4. <a href="/auth/login" class="btn btn-primary">Try Again</a>
  5. </div>

Powered by TurnKey Linux.