File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
templates/views/html/partials Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ <h1>Login</h1>
1111 < div class ="form-group ">
1212 < label > Email</ label >
1313
14- < input type ="text " name ="email " class ="form-control " ng-model ="user.email ">
14+ < input type ="text " name ="email " class ="form-control " ng-model ="user.email " required >
1515 </ div >
1616
1717 < div class ="form-group ">
1818 < label > Password</ label >
1919
20- < input type ="password " name ="password " class ="form-control " ng-model ="user.password ">
20+ < input type ="password " name ="password " class ="form-control " ng-model ="user.password " required >
2121 </ div >
2222
2323 < div class ="form-group has-error ">
@@ -37,4 +37,4 @@ <h1>Login</h1>
3737 < hr >
3838 Not registered? < a href ="/signup " class ="text-center new-account "> Create an account.</ a >
3939 </ div >
40- </ div >
40+ </ div >
You can’t perform that action at this time.
0 commit comments