mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
feat(email): Add auth_id in email types and send auth_id in email URLs (#5120)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -126,9 +126,6 @@ pub struct EmailSettings {
|
||||
/// The AWS region to send SES requests to.
|
||||
pub aws_region: String,
|
||||
|
||||
/// Base-url used when adding links that should redirect to self
|
||||
pub base_url: String,
|
||||
|
||||
/// Number of days for verification of the email
|
||||
pub allowed_unverified_days: i64,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user