Don't duplicate "other-error"
(sasl.scram)
This commit is contained in:
parent
77ab4707b2
commit
f3f6102dbc
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ SCRAM_ERRORS = [
|
|||
"unsupported-channel-binding-type",
|
||||
"unknown-user",
|
||||
"invalid-username-encoding", # invalid utf8 or bad SASLprep
|
||||
"no-resources",
|
||||
"other-error"
|
||||
"no-resources"
|
||||
]
|
||||
|
||||
def _scram_nonce() -> bytes:
|
||||
|
|
Loading…
Reference in a new issue