mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
style: lint code
This commit is contained in:
@@ -15,7 +15,7 @@ interface NotionMagicLinkEmailProps {
|
|||||||
loginCode?: string;
|
loginCode?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const baseUrl = process.env.VERCEL_URL!
|
const baseUrl = process.env.VERCEL_URL!;
|
||||||
|
|
||||||
export const NotionMagicLinkEmail = ({
|
export const NotionMagicLinkEmail = ({
|
||||||
loginCode,
|
loginCode,
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ interface PlaidVerifyIdentityEmailProps {
|
|||||||
validationCode?: string;
|
validationCode?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const baseUrl = process.env.VERCEL_URL!
|
const baseUrl = process.env.VERCEL_URL!;
|
||||||
|
|
||||||
export const PlaidVerifyIdentityEmail = ({
|
export const PlaidVerifyIdentityEmail = ({
|
||||||
validationCode,
|
validationCode,
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ import {
|
|||||||
} from "@react-email/components";
|
} from "@react-email/components";
|
||||||
import * as React from "react";
|
import * as React from "react";
|
||||||
|
|
||||||
const baseUrl = process.env.VERCEL_URL!
|
const baseUrl = process.env.VERCEL_URL!;
|
||||||
|
|
||||||
export const StripeWelcomeEmail = () => (
|
export const StripeWelcomeEmail = () => (
|
||||||
<Html>
|
<Html>
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ interface VercelInviteUserEmailProps {
|
|||||||
inviteFromLocation?: string;
|
inviteFromLocation?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
const baseUrl = process.env.VERCEL_URL!
|
const baseUrl = process.env.VERCEL_URL!;
|
||||||
|
|
||||||
export const VercelInviteUserEmail = ({
|
export const VercelInviteUserEmail = ({
|
||||||
username,
|
username,
|
||||||
|
|||||||
Reference in New Issue
Block a user