mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 12:55:19 +00:00
commit
24b638fcde
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(
|
await signup(
|
||||||
request,
|
request,
|
||||||
|
response,
|
||||||
SignupForm(email=admin_email, password=admin_password, name="User"),
|
SignupForm(email=admin_email, password=admin_password, name="User"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue