Skip to content

Commit 3b79145

Browse files
committed
cleanup: remove Auth Sync TODO from territory-domains.js
1 parent 872691b commit 3b79145

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/territory-domains.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ export const DomainProvider = ({ domain: ssrDomain, children }) => {
2929
}
3030
}, [ssrDomain])
3131

32-
// TODO: Placeholder for Auth Sync
33-
3432
return (
3533
<DomainContext.Provider value={{ domain }}>
3634
{/* TODO: Placeholder for Branding */}

0 commit comments

Comments
 (0)