Add account name in metadata manager
This commit is contained in:
@@ -198,6 +198,9 @@ define([
|
||||
}
|
||||
return '';
|
||||
};
|
||||
common.getAccountName = function () {
|
||||
return localStorage[common.userNameKey];
|
||||
};
|
||||
|
||||
var randomToken = function () {
|
||||
return Math.random().toString(16).replace(/0./, '');
|
||||
|
||||
Reference in New Issue
Block a user