Skip to content

Commit

Permalink
hash
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAnkushshah committed Sep 24, 2024
1 parent 728ccb4 commit 4513dc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default function RootLayout({
layout: {
socialButtonsVariant: "iconButton",
logoImageUrl: "/icons/room-logo.png",
unsafe_disableDevelopmentModeWarnings: true,
},
variables: {
colorText: "#fff",
Expand All @@ -37,6 +38,8 @@ export default function RootLayout({
colorInputText: "#fff",
},
}}
signInFallbackRedirectUrl="/"
#FallbackRedirectUrl="/"
>
<body className={`${inter.className} bg-dark-2`}>
<Toaster />
Expand Down

0 comments on commit 4513dc1

Please # to comment.