mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2025-01-30 20:56:39 +00:00
fix: syntax error
This commit is contained in:
parent
ecb3f36f96
commit
9429cbb3a6
|
@ -169,7 +169,7 @@ class UsersMutations:
|
|||
except SelfPrivacyAppIsOutdate:
|
||||
return UserMutationReturn(
|
||||
success=False,
|
||||
message="Error: Failed to change password.", PLEASE_UPDATE_APP_TEXT,
|
||||
message=f"Error: Failed to change password. {PLEASE_UPDATE_APP_TEXT}",
|
||||
code=400,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue