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