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.
1 parent b01d858 commit c80a6ccCopy full SHA for c80a6cc
src/Views/magic_link_form.php
@@ -19,7 +19,7 @@
19
<br>
20
<?php endforeach ?>
21
<?php else : ?>
22
- <?= session('errors') ?>
+ <?= esc(session('errors')) ?>
23
<?php endif ?>
24
</div>
25
0 commit comments