Skip to content

Commit

Permalink
escape errors content
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Jul 20, 2024
1 parent b01d858 commit c80a6cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/magic_link_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<br>
<?php endforeach ?>
<?php else : ?>
<?= session('errors') ?>
<?= esc(session('errors')) ?>
<?php endif ?>
</div>
<?php endif ?>
Expand Down

0 comments on commit c80a6cc

Please sign in to comment.