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
I encountered this while building the example application for my Labs Grant. If you would call .login(different-proof-from-initial-login), the call will just return the logged in wallet, without showing a dialogue. The .proof property will also be available, but will have the original proof, not using the nonce that was passed to the login function.
The text was updated successfully, but these errors were encountered:
Yeah, could be solved on either end; calling logout before calling login with nonce on the client would solve things, otherwise, you'd need to remember the nonce that was previously passed to login, compare when called again, and clear it on logout, etc.
I encountered this while building the example application for my Labs Grant. If you would call .login(different-proof-from-initial-login), the call will just return the logged in wallet, without showing a dialogue. The .proof property will also be available, but will have the original proof, not using the nonce that was passed to the login function.
The text was updated successfully, but these errors were encountered: