tomek3e
tomek3e
Correct, even page reload will not work so I am extending the plugin to handle my use case (chrome kiosk mode - multiple users on same device): 1. Set user_id...
HI, I updated the CodeSanbox to react-admin 4.7.2 but the issue still persist with parse & format options.
If you are still facing the issue - the plugin stores with custom KeychainWrapper instance, hence KeychainWrapper.standard descibed in the link will not work. This does: ``` if !UserDefaults.standard.bool(forKey: "firstTimeLaunchOccurred")...