Feat: signout button

This commit is contained in:
Grail Finder
2025-07-10 10:56:48 +03:00
parent 5ba97d3423
commit a03253593c
2 changed files with 7 additions and 6 deletions

View File

@ -5,13 +5,13 @@
<a href="/">
<div id="login_notice" class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert">
<p class="font-bold">Be Warned</p>
<p>This Name is already taken. You won't be able to login with it until other person leaves.</p>
<p>This Name is already taken. But if it's yours, you should know the password.</p>
</div>
</a>
{{ else }}
<div id="login_notice" class="bg-orange-100 border-l-4 border-orange-500 text-orange-700 p-4" role="alert">
<p class="font-bold">Be Warned</p>
<p>This Name is already taken. You won't be able to login with it until other person leaves.</p>
<p>This Name is already taken. But if it's yours, you should know the password.</p>
</div>
{{end}}
{{end}}