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
I'm trying to set simple keys during login process but it simply won't do it, an exception is thrown and captured in a catch statement inside the onError function.
localStorageService.set('scope', data.data.scope);
Not event
localStorageService.set('scope', 'whatever');
The varible localStorageService is ok, returns the storage type and it says it supports it.
Any ideas? Thanks.
The text was updated successfully, but these errors were encountered:
Hi.
I'm trying to set simple keys during login process but it simply won't do it, an exception is thrown and captured in a catch statement inside the onError function.
The varible localStorageService is ok, returns the storage type and it says it supports it.
Any ideas? Thanks.
The text was updated successfully, but these errors were encountered: