mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
commit
f7da94ff85
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in a new issue