Skip to content
This repository has been archived by the owner on Mar 27, 2018. It is now read-only.

Commit

Permalink
Merge pull request #72 from Architizer/quick-fix-login-page
Browse files Browse the repository at this point in the history
Quick Fixes for Login Page
  • Loading branch information
expandrew committed Jul 6, 2016
2 parents 91abdfb + cba9a76 commit ddd7ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mendel/angular/src/app/login/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Email Address -->
<div class="row">
<div class="small-12 columns">
<input type="text" ng-model="login.credentials.username" placeholder="you@email.com" ng-required="true">
<input type="text" ng-model="login.credentials.username" placeholder="User Name" ng-required="true" focus-if="true">
</div>
</div>

Expand Down

0 comments on commit ddd7ce5

Please sign in to comment.