chore: Replace references to deprecated services
This commit is contained in:
@@ -13,7 +13,7 @@ interface EmailVerificationEmailProps {
|
||||
export function EmailVerificationEmail({
|
||||
email = '[email protected]',
|
||||
verificationUrl = 'https://api.useplunk.com/auth/verify-email?token=abc123',
|
||||
landingUrl = 'https://www.useplunk.com',
|
||||
landingUrl = 'https://next.useplunk.com',
|
||||
}: EmailVerificationEmailProps) {
|
||||
return (
|
||||
<EmailLayout>
|
||||
|
||||
Reference in New Issue
Block a user