docs: fix spelling errors (pre-commit)
This commit is contained in:
parent
bdd02cf2fa
commit
054a9e54f5
91 changed files with 179 additions and 163 deletions
|
|
@ -15,7 +15,7 @@ class DeleteAccountMutationSerializer(mutations.MutationSerializer):
|
|||
if not obj.is_local or not obj.user:
|
||||
raise mutations.serializers.ValidationError("Cannot delete this account")
|
||||
|
||||
# delete oauth apps / reset all passwords immediatly
|
||||
# delete oauth apps / reset all passwords immediately
|
||||
obj.user.set_unusable_password()
|
||||
obj.user.subsonic_api_token = None
|
||||
# force logout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue