fix: login callback for signup

This commit is contained in:
Zack Fu Zi Xiang 2024-10-29 10:32:48 +08:00
parent 56c55fb6a9
commit 922bd0f17c
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -620,7 +620,7 @@ async fn send_magic_link(
email: email.to_owned(),
..Default::default()
},
Some("/web/login".to_owned()),
Some("/web/login-callback".to_owned()),
)
.await?;
Ok(WebApiResponse::<()>::from_str("Magic Link Sent".into()))