chore: cargo fmt
This commit is contained in:
parent
4a03a3be7c
commit
0665a456d2
|
|
@ -373,10 +373,13 @@ impl Client {
|
|||
pub async fn invite(&self, email: &str) -> Result<(), AppResponseError> {
|
||||
self
|
||||
.gotrue_client
|
||||
.magic_link(&MagicLinkParams {
|
||||
email: email.to_owned(),
|
||||
..Default::default()
|
||||
}, None)
|
||||
.magic_link(
|
||||
&MagicLinkParams {
|
||||
email: email.to_owned(),
|
||||
..Default::default()
|
||||
},
|
||||
None,
|
||||
)
|
||||
.await?;
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue