We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 872691b commit 3b79145Copy full SHA for 3b79145
components/territory-domains.js
@@ -29,8 +29,6 @@ export const DomainProvider = ({ domain: ssrDomain, children }) => {
29
}
30
}, [ssrDomain])
31
32
- // TODO: Placeholder for Auth Sync
33
-
34
return (
35
<DomainContext.Provider value={{ domain }}>
36
{/* TODO: Placeholder for Branding */}
0 commit comments