DESKTOP-SVI9JE1\muzen 1 vuosi sitten
vanhempi
commit
341521bb80
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      store/module/user.js

+ 2 - 1
store/module/user.js

@@ -39,7 +39,8 @@ export default {
 			if (username.indexOf('_') > 0) {
 				username = username.substring(username.indexOf('_') + 1)
 			}
-			return username.toUpperCase()
+			// username.toUpperCase()
+			return username
 		}
 	},