Skip to content

Commit 96ede89

Browse files
authored
Chore/ Remove SMTP banner from project homapage (supabase#29713)
Update ResourceExhaustionWarningBanner.constants.ts
1 parent b422a15 commit 96ede89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/ui/ResourceExhaustionWarningBanner/ResourceExhaustionWarningBanner.constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export const RESOURCE_WARNING_MESSAGES: Record<string, ResourceWarningMessage> =
215215
metric: null,
216216
},
217217
auth_restricted_email_sending: {
218-
restrictToRoutes: ['/project/[ref]', '/project/[ref]/auth', '/project/[ref]/settings/auth'], // project home, auth, settings
218+
restrictToRoutes: ['/project/[ref]/auth', '/project/[ref]/settings/auth'], // project home, auth, settings
219219
bannerContent: {
220220
warning: {
221221
title: AFTER_26_09_2024

0 commit comments

Comments
 (0)