diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 22:48:07 +0200 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2024-04-16 22:48:07 +0200 |
commit | 4e715ab1e1053698c3eb02c13cc726ce9bd26667 (patch) | |
tree | af79d71fe9b02397d2330762e4af9902603abd8b /view/login.templ | |
parent | 9da246e91e7143536973bd9cfd1f11f4a6578f3b (diff) |
DB migration & timer token
Diffstat (limited to 'view/login.templ')
-rw-r--r-- | view/login.templ | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/login.templ b/view/login.templ index f8ea6e3..3450e01 100644 --- a/view/login.templ +++ b/view/login.templ @@ -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>
|