Show “or email address” in the placeholder for the username box

This commit is contained in:
Joseph Schorr 2014-01-16 16:16:44 -05:00
parent e5f6a68248
commit 5bbb5d4748

View file

@ -1,7 +1,7 @@
<div class="signin-form-element">
<form class="form-signin" ng-submit="signin();">
<input type="text" class="form-control input-lg" name="username"
placeholder="Username" ng-model="user.username" autofocus>
placeholder="Username or E-mail Address" ng-model="user.username" autofocus>
<input type="password" class="form-control input-lg" name="password"
placeholder="Password" ng-model="user.password">
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign In</button>