Replies: 1 comment 2 replies
-
hi
What's the behavior now? Please share some code and logs. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was using the RefreshSignInAsync method to prompt the user to sign in again, but now I am unable to do so. How can I use it? For example, I am performing an authentication process, and I want to see this change reflected in the CurrentUser.
await _signInManager.RefreshSignInAsync(user);
Beta Was this translation helpful? Give feedback.
All reactions