Make SECRET_PLACEHOLDER available globally
This commit is contained in:
@@ -65,6 +65,8 @@ var ROLES = {
|
||||
USER: 'user'
|
||||
};
|
||||
|
||||
var SECRET_PLACEHOLDER = String.fromCharCode(0x25CF).repeat(8);
|
||||
|
||||
angular.module('Application').service('Client', ['$http', '$interval', '$timeout', 'md5', 'Notification', function ($http, $interval, $timeout, md5, Notification) {
|
||||
var client = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user