diff options
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>
|