fix: login callback for signup
This commit is contained in:
parent
56c55fb6a9
commit
922bd0f17c
|
|
@ -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()))
|
||||
|
|
|
|||
Loading…
Reference in New Issue