Typo in comment, 'of' -> 'or' (sasl.scram)
This commit is contained in:
parent
686d852e2b
commit
e1ceed2907
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ SCRAM_ERRORS = [
|
|||
"channel-binding-not-supported",
|
||||
"unsupported-channel-binding-type",
|
||||
"unknown-user",
|
||||
"invalid-username-encoding", # invalid utf8 of bad SASLprep
|
||||
"invalid-username-encoding", # invalid utf8 or bad SASLprep
|
||||
"no-resources",
|
||||
"other-error"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue