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",
|
"unsupported-channel-binding-type",
|
||||||
"unknown-user",
|
"unknown-user",
|
||||||
"invalid-username-encoding", # invalid utf8 or bad SASLprep
|
"invalid-username-encoding", # invalid utf8 or bad SASLprep
|
||||||
"no-resources",
|
"no-resources"
|
||||||
"other-error"
|
|
||||||
]
|
]
|
||||||
|
|
||||||
def _scram_nonce() -> bytes:
|
def _scram_nonce() -> bytes:
|
||||||
|
|
Loading…
Reference in a new issue