diff options
| -rw-r--r-- | res/templates/login.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/templates/login.html b/res/templates/login.html index 1bf512a8..4c320cf9 100644 --- a/res/templates/login.html +++ b/res/templates/login.html @@ -40,9 +40,7 @@ body { <input class="login-form_button" type="submit" value="Sign in"> </form> </div> - <div id="failed-login" style="display: none"> - <b>Login Failed</b> - </div> + <div id="login-view_failed-login" style="display: none">Login Failed</div> <div class="login-text" id="login-page_forgot-password-button" title="Forgot your password"><a href="/pw-reset">Forgot your password?</a></div> </div> <div id="create-account-section" class="login-view-section login-form"> |
