test de la route login
This commit is contained in:
parent
e3d563d58b
commit
81198bb3f8
19 changed files with 99 additions and 42 deletions
|
|
@ -49,10 +49,4 @@ def uwp_to_user(uwp):
|
|||
hash_pass = hash_pass0,
|
||||
salt = salt0,
|
||||
is_admin = uwp["is_admin"]
|
||||
)
|
||||
|
||||
|
||||
|
||||
TAB_USER = []
|
||||
for uwp in TAB_USER_WITH_PASSWORD:
|
||||
TAB_USER.append(uwp_to_user(uwp))
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue