DB migration & timer token
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user