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
Is your feature request related to a problem? Please describe.
When user check fails user should be allowed to show custom notification. Currently when auth token expires we want to show a user message with custom message. This behaviour works well in case of USER_LOGIN however it is missing in USER_CHECK.
Is your feature request related to a problem? Please describe.
When user check fails user should be allowed to show custom notification. Currently when auth token expires we want to show a user message with custom message. This behaviour works well in case of
USER_LOGIN
however it is missing inUSER_CHECK
.react-admin/packages/ra-core/src/sideEffect/auth.ts
Line 64 in ed361d3
Describe the solution you'd like
User should be allowed to set custom notification which will appear after logout.
The text was updated successfully, but these errors were encountered: