Skip to content

Commit c80a6cc

Browse files
authored
escape errors content
1 parent b01d858 commit c80a6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/magic_link_form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<br>
2020
<?php endforeach ?>
2121
<?php else : ?>
22-
<?= session('errors') ?>
22+
<?= esc(session('errors')) ?>
2323
<?php endif ?>
2424
</div>
2525
<?php endif ?>

0 commit comments

Comments
 (0)