fix: magic link login

This commit is contained in:
Zack Fu Zi Xiang 2024-04-03 22:03:31 +08:00
parent 67c1ef693f
commit e6405d09e0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -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()))