diff --git a/frontend/src/components/domain-warning/domain-warning.tsx b/frontend/src/components/domain-warning/domain-warning.tsx index 42515db..d8e9eed 100644 --- a/frontend/src/components/domain-warning/domain-warning.tsx +++ b/frontend/src/components/domain-warning/domain-warning.tsx @@ -21,7 +21,6 @@ export const DomainWarning = (props: Props) => { const { search } = useLocation(); const searchParams = new URLSearchParams(search); - const redirectUri = searchParams.get("redirect_uri"); return ( @@ -46,9 +45,7 @@ export const DomainWarning = (props: Props) => {