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 has been archived by the owner on Apr 8, 2023. It is now read-only.
This is causing issues with 2fa. In some cases, user_id is not being stored as a session variable. Hence, it will show a secret and generated QR to the user, but the sql query to store the secret will fail because user_id would be undefined. For now, a fix is to not issue 2fa if this user_id session variable is not set yet
The text was updated successfully, but these errors were encountered:
This is causing issues with 2fa. In some cases, user_id is not being stored as a session variable. Hence, it will show a secret and generated QR to the user, but the sql query to store the secret will fail because user_id would be undefined. For now, a fix is to not issue 2fa if this user_id session variable is not set yet
The text was updated successfully, but these errors were encountered: