mirror of
https://github.com/open-webui/open-webui.git
synced 2025-04-22 22:47:28 +02:00
fix: trusted sign in
This commit is contained in:
parent
feba50f68c
commit
cd9170ed24
@ -154,6 +154,7 @@ async def signin(request: Request, response: Response, form_data: SigninForm):
|
||||
|
||||
await signup(
|
||||
request,
|
||||
response,
|
||||
SignupForm(email=admin_email, password=admin_password, name="User"),
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user