Closed phavekes closed 3 years ago
In some rare conditions (chrome browser, only tiqr-token, coming from portal.office.com, etc) document.location.replace(document.location.href); does not seem to work. Using location.reload(); seems to fix this. SURF issue CXT-50235
document.location.replace(document.location.href);
location.reload();
In some rare conditions (chrome browser, only tiqr-token, coming from portal.office.com, etc)
document.location.replace(document.location.href);
does not seem to work. Usinglocation.reload();
seems to fix this. SURF issue CXT-50235