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
{{ message }}
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
Basically I am doing the following
confirmResult.confirm(verificationCode) .then(user => // User is logged in){ .catch(error => // Error with verification code);
but I can not get token from the user I got, it only have refresh token but I dont need it
can you please guide me to get JWT token ?
The text was updated successfully, but these errors were encountered: