diff --git a/auth-api/src/auth_api/services/org.py b/auth-api/src/auth_api/services/org.py index 0af4949a7..2494e4bda 100644 --- a/auth-api/src/auth_api/services/org.py +++ b/auth-api/src/auth_api/services/org.py @@ -701,8 +701,8 @@ def change_org_status(org_id: int, status_code, token_info: Dict = None): user: UserModel = UserModel.find_by_jwt_token(token=token_info) current_app.logger.debug('') diff --git a/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue b/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue index 32b314eca..49078a3e4 100644 --- a/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue +++ b/auth-web/src/components/auth/account-settings/account-info/AccountInfo.vue @@ -175,7 +175,7 @@