Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
24b638fc
Unverified
Commit
24b638fc
authored
Jun 27, 2024
by
Timothy Jaeryang Baek
Committed by
GitHub
Jun 27, 2024
Browse files
Merge pull request #3486 from open-webui/dev
fix: trusted sign in
parents
f7da94ff
cd9170ed
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
backend/apps/webui/routers/auths.py
backend/apps/webui/routers/auths.py
+1
-0
No files found.
backend/apps/webui/routers/auths.py
View file @
24b638fc
...
@@ -154,6 +154,7 @@ async def signin(request: Request, response: Response, form_data: SigninForm):
...
@@ -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"
),
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment