mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Small fixes
This commit is contained in:
parent
3246b2c81f
commit
66c3307291
14 changed files with 105 additions and 31 deletions
|
|
@ -202,6 +202,20 @@
|
|||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {string} sKey
|
||||
*/
|
||||
AbstractApp.prototype.setClientSideToken = function (sKey)
|
||||
{
|
||||
if (window.__rlah_set)
|
||||
{
|
||||
window.__rlah_set(sKey);
|
||||
|
||||
require('Storage/Settings').settingsSet('AuthAccountHash', sKey);
|
||||
require('Common/Links').populateAuthSuffix();
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* @param {boolean=} bAdmin = false
|
||||
* @param {boolean=} bLogout = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue