Skip to content

Commit

Permalink
Merge pull request open-webui#3486 from open-webui/dev
Browse files Browse the repository at this point in the history
fix: trusted sign in
  • Loading branch information
tjbck authored Jun 28, 2024
2 parents f7da94f + cd9170e commit 24b638f
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 @@ -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"),
)

Expand Down

0 comments on commit 24b638f

Please sign in to comment.