fixed login modal disappearing by improving ux

This commit is contained in:
John Mitchell
2015-09-28 16:05:41 -04:00
parent 2e43ed0405
commit e5c6dda79f
3 changed files with 8 additions and 1 deletions

View File

@@ -62,6 +62,9 @@
</div>
</div>
</form>
<div class="LoginModal-alert LoginModal-alert--error" ng-show="attemptFailed">
Invalid username and/or password. Please try again.
</div>
<div class="LoginModalNotice" ng-if="customLoginInfoPresent"><div class="LoginModalNotice-title">Notice</div>{{ customLoginInfo | sanitize }}</div>
</div>
<div class="modal-footer LoginModal-footer">