mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(users): invite user without email (#3328)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -86,6 +86,7 @@ pub struct InviteUserRequest {
|
||||
#[derive(Debug, serde::Serialize)]
|
||||
pub struct InviteUserResponse {
|
||||
pub is_email_sent: bool,
|
||||
pub password: Option<Secret<String>>,
|
||||
}
|
||||
|
||||
#[derive(Debug, serde::Deserialize, serde::Serialize)]
|
||||
|
||||
Reference in New Issue
Block a user