Skip to content

Commit 75ad86b

Browse files
Update sign_in.ejs
1 parent a6a9e8e commit 75ad86b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

views/sign_in.ejs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,7 @@
4949
<body class="text-center">
5050
<form action="/sign_in" class="form-signin" method="POST">
5151
<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-
<% } %>
52+
<h1 class="h3 mb-3 font-weight-normal">Sign in</h1>
5853

5954

6055
<input type="email" class="form-control" name = "email" placeholder="E-mail" required autofocus>

0 commit comments

Comments
 (0)