We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6a9e8e commit 75ad86bCopy full SHA for 75ad86b
views/sign_in.ejs
@@ -49,12 +49,7 @@
49
<body class="text-center">
50
<form action="/sign_in" class="form-signin" method="POST">
51
<img class="mb-4" src="/css/logo.png" alt="" width="72" height="72">
52
- <h1 class="h3 mb-3 font-weight-normal">Sign in</h1>
53
- <% if(typeof error != 'undefined') { %>
54
- <div class="alert alert-info" role="alert">
55
- <%= error %>
56
- </div>
57
- <% } %>
+ <h1 class="h3 mb-3 font-weight-normal">Sign in</h1>
58
59
60
<input type="email" class="form-control" name = "email" placeholder="E-mail" required autofocus>
0 commit comments