Sfoglia il codice sorgente

fix: trusted sign in

Timothy J. Baek 10 mesi fa
parent
commit
cd9170ed24
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      backend/apps/webui/routers/auths.py

+ 1 - 0
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"),
             )