Fixed issue with login by username and uppercase letters in username, #1484

This commit is contained in:
Torkel Ödegaard
2015-02-18 13:00:39 +01:00
parent 596ce18aeb
commit 17004ce3ae
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
input[type=text].ng-invalid {
input[type=text].ng-dirty.ng-invalid {
box-shadow: inset 0 0px 7px @red;
}