From b98646d8501689072f5624483d258adcbf6fc5c5 Mon Sep 17 00:00:00 2001 From: Cara Salter Date: Wed, 20 Jul 2022 08:32:05 -0400 Subject: auth: Set path to root for cookies --- src/handlers/auth.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/handlers/auth.rs') diff --git a/src/handlers/auth.rs b/src/handlers/auth.rs index 7e2642c..c00fb8d 100644 --- a/src/handlers/auth.rs +++ b/src/handlers/auth.rs @@ -43,7 +43,9 @@ pub async fn login_post(Form(login): Form, state: Extension