Commit cd9170ed authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: trusted sign in

parent feba50f6
...@@ -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"),
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment