You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please, provide getter for storage prefix. This could be useful for example in window listeners $window.addEventListener('storage', function (event) { if (event.key === localStorageService.prefix + 'logout-event') { factory.logout() } });
The text was updated successfully, but these errors were encountered:
Please, provide getter for storage prefix. This could be useful for example in window listeners
$window.addEventListener('storage', function (event) { if (event.key === localStorageService.prefix + 'logout-event') { factory.logout() } });
The text was updated successfully, but these errors were encountered: