Skip to content

Commit

Permalink
fix: WEBUI_AUTH
Browse files Browse the repository at this point in the history
  • Loading branch information
tjbck committed Jun 28, 2024
1 parent 1dd54ce commit feba50f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/apps/webui/routers/auths.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ async def signin(request: Request, response: Response, form_data: SigninForm):
if not Users.get_user_by_email(trusted_email.lower()):
await signup(
request,
response,
SignupForm(
email=trusted_email, password=str(uuid.uuid4()), name=trusted_name
),
Expand Down

0 comments on commit feba50f

Please sign in to comment.