From 58dbebb53657481c57a8fd4a58512d847b2d94d0 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Thu, 15 Jan 2026 01:25:45 -0300 Subject: [PATCH] portal: fetch wger attrs and compact vault card --- backend/atlas_portal/routes/account.py | 2 ++ frontend/src/views/AccountView.vue | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/backend/atlas_portal/routes/account.py b/backend/atlas_portal/routes/account.py index c1a8665..3df445b 100644 --- a/backend/atlas_portal/routes/account.py +++ b/backend/atlas_portal/routes/account.py @@ -124,6 +124,8 @@ def register(app) -> None: not keycloak_email or not mailu_email or not mailu_app_password + or not wger_password + or not wger_password_updated_at or not vaultwarden_email or not vaultwarden_status or not vaultwarden_synced_at diff --git a/frontend/src/views/AccountView.vue b/frontend/src/views/AccountView.vue index cbc4876..5169495 100644 --- a/frontend/src/views/AccountView.vue +++ b/frontend/src/views/AccountView.vue @@ -140,7 +140,10 @@ {{ vaultwarden.status }} -

+

Password manager for Atlas accounts. Store your Element recovery key here. Signups are admin-provisioned.