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
If the user is assigned Role, after signin, he has to login and logout again before it is reflecting
If the role is assigned after login, it should reflect on page refresh
Browser: any
Node: 20
The text was updated successfully, but these errors were encountered:
harshna-fullness
changed the title
Landing page broken when user is denied Access based on session data
Dashboard not refreshing when access is updated
Jun 12, 2024
isAccessAllowed: ({ session }) => !!(session && session?.data?.role)
}
Browser: any
Node: 20
The text was updated successfully, but these errors were encountered: