implemented stripe for the cloud instance

This commit is contained in:
Daniel
2023-07-15 22:15:43 -04:00
parent 0b66e16123
commit f82582a0bd
29 changed files with 474 additions and 88 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ type Props = {
user: AccountSettings;
};
const EmailProvider = process.env.NEXT_PUBLIC_EMAIL_PROVIDER;
const emailEnabled = process.env.NEXT_PUBLIC_EMAIL_PROVIDER;
export default function ProfileSettings({
toggleSettingsModal,
@@ -165,7 +165,7 @@ export default function ProfileSettings({
/>
</div>
{EmailProvider ? (
{emailEnabled ? (
<div>
<p className="text-sm text-sky-500 mb-2">Email</p>
<input