Skip to content

Commit

Permalink
user verification box styled
Browse files Browse the repository at this point in the history
  • Loading branch information
DogukanUrker committed Jan 17, 2024
1 parent 71bced2 commit 442e789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/tailwindUI/verifyUser.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends 'layout.html'%} {%block head%}
<title>Verify Account</title>
{% endblock head %} {%block body%}
<div>
<div class="w-fit mx-auto mt-32 select-none">
<form method="post">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
{% if mailSent %} {{form.code(autocomplete="off")}}
Expand Down

0 comments on commit 442e789

Please sign in to comment.