Skip to content

Commit

Permalink
Remove empty line from authentication.html
Browse files Browse the repository at this point in the history
  • Loading branch information
elemoine committed Mar 2, 2015
1 parent b8b5c27 commit aa80d0d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geoportailv3/static/js/authentication/authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<form ng-if="!ctrl.isAuthenticated()" ng-submit="ctrl.authenticate(ctrl.credentials)">
<fieldset>
<legend class="tab tab-account active" >Login</legend>

<div class="account-content">
<input type="text" ng-model="ctrl.credentials.login" placeholder="Login" />
<input type="password" ng-model="ctrl.credentials.password" placeholder="Password" />
Expand Down

0 comments on commit aa80d0d

Please sign in to comment.