-
Question 💬I've created a modal with several Instead of calling for And that's how I retrieve this data for the profile updating modal. But when I try to persist this data for the whole session, until the re-signin from the user. But I'm doing this currently as follows: I've tried also calling the
I've took a look at the docs, but I couldn't find any detailed information on how to achieve this. How to reproduce ☕️Do the changes as suggested above and refresh the page, see the Contributing 🙌🏽I'm afraid I wouldn't be able to contribute unless there's a missing feature. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I've found the solution myself. I had to connect that |
Beta Was this translation helpful? Give feedback.
I've found the solution myself.
I had to connect that
async function
I wrote to a listener for session changes and it executes automatically, as I observed, whenever I change thesession
object, now thesignIn
callback fires.