desktop: add password reset to cloud preferences

This must be the number one support request we get. I can't believe we never
thought of adding a button to do this.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2024-01-25 06:51:40 -08:00
parent 84e8937787
commit 3eb5ea9adf
3 changed files with 28 additions and 3 deletions

View file

@ -20,6 +20,7 @@ public:
public slots:
void updateCloudAuthenticationState();
void passwordUpdateSuccessful();
void on_resetPassword_clicked();
private:
Ui::PreferencesCloud *ui;