mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(users): Move hardcoded email subjects to constants (#6110)
This commit is contained in:
@ -87,6 +87,11 @@ pub const EMAIL_TOKEN_TIME_IN_SECS: u64 = 60 * 60 * 24; // 1 day
|
||||
#[cfg(feature = "email")]
|
||||
pub const EMAIL_TOKEN_BLACKLIST_PREFIX: &str = "BET_";
|
||||
|
||||
pub const EMAIL_SUBJECT_API_KEY_EXPIRY: &str = "API Key Expiry Notice";
|
||||
pub const EMAIL_SUBJECT_DASHBOARD_FEATURE_REQUEST: &str = "Dashboard Pro Feature Request by";
|
||||
pub const EMAIL_SUBJECT_APPROVAL_RECON_REQUEST: &str =
|
||||
"Approval of Recon Request - Access Granted to Recon Dashboard";
|
||||
|
||||
pub const ROLE_INFO_CACHE_PREFIX: &str = "CR_INFO_";
|
||||
|
||||
#[cfg(feature = "olap")]
|
||||
|
||||
Reference in New Issue
Block a user