Skip to content

Commit

Permalink
Merge pull request #5 from mlynch/patch-1
Browse files Browse the repository at this point in the history
Change input type of login from text to email
  • Loading branch information
alevicki committed Apr 6, 2015
2 parents 481bf87 + f55d4fd commit c50dae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="list">
<label class="item item-input">
<span class="input-label">Email</span>
<input type="text" ng-model="user.username">
<input type="email" ng-model="user.username">
</label>
<label class="item item-input">
<span class="input-label">Password</span>
Expand Down

0 comments on commit c50dae2

Please sign in to comment.