Merge pull request #947 from AppFlowy-IO/fix/email-magic-link
fix: login callback for signup
This commit is contained in:
commit
0627e07b36
|
|
@ -620,7 +620,7 @@ async fn send_magic_link(
|
||||||
email: email.to_owned(),
|
email: email.to_owned(),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
Some("/web/login".to_owned()),
|
Some("/web/login-callback".to_owned()),
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
Ok(WebApiResponse::<()>::from_str("Magic Link Sent".into()))
|
Ok(WebApiResponse::<()>::from_str("Magic Link Sent".into()))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue