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
cd9170ed
Commit
cd9170ed
authored
Jun 27, 2024
by
Timothy J. Baek
Browse files
fix: trusted sign in
parent
feba50f6
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 @
cd9170ed
...
@@ -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