diff --git a/admin_frontend/src/web_api.rs b/admin_frontend/src/web_api.rs index 10914380..7767d322 100644 --- a/admin_frontend/src/web_api.rs +++ b/admin_frontend/src/web_api.rs @@ -444,7 +444,7 @@ async fn send_magic_link( email: email.to_owned(), ..Default::default() }, - Some("/".to_owned()), + Some("/web/login".to_owned()), ) .await?; Ok(WebApiResponse::<()>::from_str("Magic Link Sent".into()))