parent
259caa4577
commit
23322bc572
2 changed files with 29 additions and 6 deletions
|
@ -25,13 +25,13 @@
|
|||
</div>
|
||||
|
||||
<div quay-show="Features.DIRECT_LOGIN">
|
||||
<input type="text" class="form-control" name="username"
|
||||
placeholder="Username or E-mail Address" ng-model="user.username"
|
||||
<input type="text" class="form-control" id="signin-username" name="username"
|
||||
placeholder="Username or E-mail Address" ng-model="signInUser.username"
|
||||
ng-disabled="tryAgainSoon > 0 || signingIn" autofocus>
|
||||
|
||||
<input type="password" class="form-control" name="password"
|
||||
<input type="password" class="form-control" id="signin-password" name="password"
|
||||
ng-disabled="tryAgainSoon > 0 || signingIn"
|
||||
placeholder="Password" ng-model="user.password">
|
||||
placeholder="Password" ng-model="signInUser.password">
|
||||
</div>
|
||||
|
||||
<button class="btn btn-primary btn-block" type="submit" quay-show="Features.DIRECT_LOGIN" ng-disabled="tryAgainSoon > 0">
|
||||
|
|
Reference in a new issue