mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(user): Add verify_email API (#3076)
				
					
				
			Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		| @ -121,3 +121,10 @@ pub struct UserDetails { | ||||
|     #[serde(with = "common_utils::custom_serde::iso8601")] | ||||
|     pub last_modified_at: time::PrimitiveDateTime, | ||||
| } | ||||
|  | ||||
| #[derive(Debug, serde::Deserialize, serde::Serialize)] | ||||
| pub struct VerifyEmailRequest { | ||||
|     pub token: Secret<String>, | ||||
| } | ||||
|  | ||||
| pub type VerifyEmailResponse = DashboardEntryResponse; | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Mani Chandra
					Mani Chandra