dashboard: rename refreshUserInfo to refreshProfile

This commit is contained in:
Girish Ramakrishnan
2024-02-26 12:33:52 +01:00
parent d7596beaf3
commit 3196864f0d
3 changed files with 9 additions and 9 deletions

View File

@@ -2522,7 +2522,7 @@ angular.module('Application').service('Client', ['$http', '$interval', '$timeout
});
};
Client.prototype.refreshUserInfo = function (callback) {
Client.prototype.refreshProfile = function (callback) {
var that = this;
callback = typeof callback === 'function' ? callback : function () {};