| changeset 113 | b8400d8efac8 |
| parent 96 | 3542155549e4 |
| child 169 | 76fb2dd72ce4 |
--- a/client/app/auth/login_modal.html Thu Jun 04 20:08:01 2015 +0200 +++ b/client/app/auth/login_modal.html Thu Jun 04 20:09:20 2015 +0200 @@ -4,7 +4,7 @@ <form ng-submit="login()"> <div class="modal-body ng-scope"> - <input type="text" class="form-control" ng-model='username' placeholder="Username"> + <input type="text" class="form-control" ng-model='email' placeholder="Email"> <input type="password" class="form-control" ng-model='password' placeholder="Password"> </div>