mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: trusted sign in
This commit is contained in:
parent
feba50f68c
commit
cd9170ed24
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue