DB migration & timer token

This commit is contained in:
2024-04-16 22:48:07 +02:00
parent 9da246e91e
commit 4e715ab1e1
8 changed files with 97 additions and 39 deletions

View File

@ -13,7 +13,7 @@ templ LoginFormError(currentUser *model.User, err string) {
<input type="password" name="password" placeholder="Password" />
<button type="submit">Sign in</button>
if err != "" {
<span style="color:red;">{ err }</span>
<span class="error">{ err }</span>
}
</p>
</form>