From cca16a304169fe16d343ea37ada62f556201d405 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Mon, 18 Aug 2025 12:09:02 -0400 Subject: [PATCH] profile_completed --- app/api/services/account.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app/api/services/account.py b/app/api/services/account.py index 641ef18..f45eb57 100644 --- a/app/api/services/account.py +++ b/app/api/services/account.py @@ -116,6 +116,7 @@ class AccountService(BaseService): "uid": str(uid), "username": member.username, "account_name": member.account_name, + "profile_completed": member.profile_completed, "firstname":member.firstname, "lastname": member.lastname, "email": member.email,