Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed May 13, 2018
1 parent 2bc12d3 commit 2db675d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arc/views/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<input type="password" class="form-control form-control-lg rounded-0" id="key" required="" autocomplete="new-password">
</div>
<label>
<input type="checkbox" id="persist" value="persist"/> Remember this computer.
<input type="checkbox" id="persist" value="persist"/> Remember me.
</label>
<br/>
<button type="submit" class="btn btn-secondary float-right" ng-click="doLogin()">Login</button>
Expand Down

0 comments on commit 2db675d

Please sign in to comment.