mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 17:47:54 +08:00
feat(user_roles): Add accept invitation API and UserJWTAuth (#3365)
This commit is contained in:
@ -335,6 +335,8 @@ pub enum Flow {
|
||||
VerifyEmailRequest,
|
||||
/// Update user account details
|
||||
UpdateUserAccountDetails,
|
||||
/// Accept user invitation
|
||||
AcceptInvitation,
|
||||
}
|
||||
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user