We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c38c374 + aab005c commit e70314cCopy full SHA for e70314c
src/Views/magic_link_form.php
@@ -8,6 +8,10 @@
8
<div class="card col-5 shadow-sm">
9
<div class="card-body">
10
<h5 class="card-title mb-5"><?= lang('Auth.useMagicLink') ?></h5>
11
+
12
+ <?php if (session('error') !== null) : ?>
13
+ <div class="alert alert-danger" role="alert"><?= session('error') ?></div>
14
+ <?php endif ?>
15
16
<form action="<?= route_to('magic-link') ?>" method="post">
17
<?= csrf_field() ?>
0 commit comments