Finetuning Plugin behavior when not logged in

This commit is contained in:
2026-08-26 14:25:00 +02:00
parent f503dbaef2
commit 6f1fbaa5ea
11 changed files with 52 additions and 2 deletions
+6
View File
@@ -812,3 +812,9 @@ Don't forget to update the plugin to work with OTP.
### Assistant outcome
Updated the Firefox extension settings login to accept and submit a six-digit one-time password. The backend supports TOTP setup, enable/disable confirmation, and OTP-enforced login, with the stored secret protected from profile responses.
### User
When the user is not logged in, the plugin should display no form fields and warn them that they must log in, with a link to settings.
### Assistant outcome
The Firefox popup now hides capture fields by default for signed-out users, shows a localized sign-in warning, and provides an Open settings action. The form appears only after backend credentials and a valid session are available; expired sessions return to the warning state.