fix
This commit is contained in:
parent
72de495c02
commit
044fc33ab1
@ -118,6 +118,4 @@ def validate_password(value: str,
|
||||
return False, result
|
||||
raise ValueError(result)
|
||||
|
||||
if need_back:
|
||||
return True, value.lower()
|
||||
return value.lower()
|
||||
return result if need_back else result
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "common-lib"
|
||||
version = "0.0.15"
|
||||
version = "0.0.16"
|
||||
description = "Библиотека общих компонентов для микросервисов yobble"
|
||||
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
||||
license = "MIT"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user