From 341e10db3da1cd10f65442f29d3f522192b002c9 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sat, 17 Jan 2026 21:28:40 -0300 Subject: [PATCH] account: clarify firefly login --- backend/atlas_portal/routes/account.py | 3 ++- frontend/src/views/AccountView.vue | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/backend/atlas_portal/routes/account.py b/backend/atlas_portal/routes/account.py index 17841b4..dc6bf82 100644 --- a/backend/atlas_portal/routes/account.py +++ b/backend/atlas_portal/routes/account.py @@ -236,6 +236,7 @@ def register(app) -> None: jellyfin_sync_detail = "unavailable" mailu_username = mailu_email or (f"{username}@{settings.MAILU_DOMAIN}" if username else "") + firefly_username = mailu_email or keycloak_email or username vaultwarden_username = vaultwarden_email or mailu_username if not mailu_app_password and mailu_status == "ready": @@ -294,7 +295,7 @@ def register(app) -> None: }, "firefly": { "status": firefly_status, - "username": mailu_email or username, + "username": firefly_username, "password": firefly_password, "password_updated_at": firefly_password_updated_at, }, diff --git a/frontend/src/views/AccountView.vue b/frontend/src/views/AccountView.vue index cf1d38f..5367e27 100644 --- a/frontend/src/views/AccountView.vue +++ b/frontend/src/views/AccountView.vue @@ -250,8 +250,8 @@

- Personal finance manager for budgets and spending. Sign in with the credentials below and set the server URL - to money.bstein.dev in the Abacus mobile app. + Personal finance manager for budgets and spending. Sign in with the email below and set the server URL to + money.bstein.dev in the Abacus mobile app.

@@ -259,7 +259,7 @@ money.bstein.dev
- Username + Email {{ firefly.username || auth.email || auth.username }}