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
The problem is, $auth does not properly determine if the user is logged in or not. Even the following code did not determine the login status properly and denied access to the page.
Following 1.3.2 doc & 1.3.6 doc I've tried denying access to non-admin to a page.
The problem is, $auth does not properly determine if the user is logged in or not. Even the following code did not determine the login status properly and denied access to the page.
I tried copying the code in #22 :
This determined the user login status as expected.
The text was updated successfully, but these errors were encountered: