mirror of
https://github.com/fastapi-users/fastapi-users.git
synced 2026-03-13 07:49:55 +08:00
Deployed d6e337a to dev with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
@@ -21,5 +21,7 @@ async def create_user(email: str, password: str, is_superuser: bool = False):
|
||||
)
|
||||
)
|
||||
print(f"User created {user}")
|
||||
return user
|
||||
except UserAlreadyExists:
|
||||
print(f"User {email} already exists")
|
||||
raise
|
||||
|
||||
Reference in New Issue
Block a user