File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
apps/web/components/admin/settings Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ import {
2020 SSO_PROVIDER_SP_ACS_LABEL ,
2121 SSO_PROVIDER_SP_ENTITY_ID_LABEL ,
2222} from "@ui-config/strings" ;
23- import { useRouter } from "next/navigation" ;
2423import { useForm , FormProvider } from "react-hook-form" ;
2524import { zodResolver } from "@hookform/resolvers/zod" ;
2625import * as z from "zod" ;
@@ -73,7 +72,6 @@ interface NewSSOProviderProps {
7372export default function SSOProvider ( { address } : NewSSOProviderProps ) {
7473 const [ loading , setLoading ] = useState ( false ) ;
7574 const { toast } = useToast ( ) ;
76- const router = useRouter ( ) ;
7775 const [ isDeleting , setIsDeleting ] = useState ( false ) ;
7876 const [ isSSOProviderSet , setIsSSOProviderSet ] = useState ( false ) ;
7977
You can’t perform that action at this time.
0 commit comments