Password resetting bruh

This commit is contained in:
Michał Gdula 2022-09-19 19:21:57 +00:00
parent be2c9768ce
commit 48f2e1b365
4 changed files with 98 additions and 95 deletions

View file

@ -119,6 +119,7 @@ if (isset($_POST['submit'])) {
?>
<script>
sniffleAdd('Password updated', 'Password has been reset for user! But their session may still be active', 'var(--green)', 'assets/icons/check.svg');
flyoutClose();
</script>
<?php
}