fix: redirect new users to login instead of home
This commit is contained in:
parent
aa4df32f6d
commit
1e3068f846
|
|
@ -180,7 +180,7 @@ pub async fn invite_workspace_members(
|
|||
email: invitation.email.clone(),
|
||||
..Default::default()
|
||||
},
|
||||
Some("/web/home#redirect_to=invite".to_owned()),
|
||||
Some("/web/login#redirect_to=invite".to_owned()),
|
||||
)
|
||||
.await?;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue