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