summaryrefslogtreecommitdiffstats
path: root/app/login/controllers/login-controller.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/login/controllers/login-controller.html')
-rw-r--r--app/login/controllers/login-controller.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/login/controllers/login-controller.html b/app/login/controllers/login-controller.html
index ec88c0b..dbbe695 100644
--- a/app/login/controllers/login-controller.html
+++ b/app/login/controllers/login-controller.html
@@ -23,7 +23,7 @@
<input id="login__submit" class="btn-primary submit" type="button" value="Log in" role="button" ng-click="login(host, username, password)" ng-class="{error: error}" ng-disabled="dataService.loading">
- <p class="login__error-msg" role="alert" ng-if="error">{{description}}</p>
+ <p class="login__error-msg error-msg" role="alert" ng-if="error">{{description}}</p>
</form>
</div>
</div>
OpenPOWER on IntegriCloud