runcitadel / dashboard

Other
11 stars 5 forks source link

BUG: Login with password and TOTP #5

Closed oleuml closed 2 years ago

oleuml commented 2 years ago

Describe the bug

When logging in with password and 2-factor authentication, there are two problems. If the login is incorrect, it is always reported that the password is incorrect (probably more a backend problem), even if the TOTP is actually incorrect. Due to the wrong input, the login button is now hidden. However, this is only shown again if the password is changed, even though this is correct and actually only the TOTP is incorrect.

System

The system runs with the latest version 0.5.21.

pwltr commented 2 years ago

Closing this as it should be fixed on the coming release. Thanks for reporting.