youpos
This commit is contained in:
parent
1a30cb6586
commit
42a9024ab8
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ export function doInstallNewWithParams(
|
|||
|
||||
function checkAuthBusy() {
|
||||
let time = Date.now();
|
||||
return new Promise(function (resolve, reject) {
|
||||
return new Promise(function(resolve, reject) {
|
||||
(function waitForAuth() {
|
||||
try {
|
||||
sessionStorage.setItem('test', 'available');
|
||||
|
|
Loading…
Reference in a new issue