mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2025-11-01 18:48:14 +08:00
Setup Mkdocs
This commit is contained in:
@ -4,7 +4,7 @@ from fastapi.security import OAuth2PasswordRequestForm
|
||||
|
||||
from fastapi_users.models import UserDB
|
||||
from fastapi_users.password import (
|
||||
get_password_hash, verify_and_update_password
|
||||
get_password_hash, verify_and_update_password,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user