mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
fix typo in comment about encryption
This commit is contained in:
parent
e19035079e
commit
cf464c7cb1
@ -4212,7 +4212,7 @@ class NotificationTemplateSerializer(BaseSerializer):
|
||||
if error_list:
|
||||
raise serializers.ValidationError(error_list)
|
||||
|
||||
# Only pull the exisitng encrypted passwords from the existing objects
|
||||
# Only pull the existing encrypted passwords from the existing objects
|
||||
# to assign to the attribute and forward on the call stack IF AND ONLY IF
|
||||
# we know an error will not be raised in the validation phase.
|
||||
# Otherwise, the encrypted password will be exposed.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user