diff --git a/backend/apps/webui/routers/auths.py b/backend/apps/webui/routers/auths.py index 761c569e8..e2d6a5036 100644 --- a/backend/apps/webui/routers/auths.py +++ b/backend/apps/webui/routers/auths.py @@ -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"), )