updated CSRF tokens

This commit is contained in:
twotalesanimation
2025-12-03 13:26:57 +02:00
parent 3247d15ce7
commit 7b1c20410c
8 changed files with 9 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ $login_url = $client->createAuthUrl();
<div class="col-md-12">
<div class="form-group mb-0">
<input type="hidden" name="csrf_token" value="<?php echo generateCSRFToken(); ?>">
<button type="submit" class="theme-btn style-two" style="width:100%;">Log In</button>
</div>
</div>