diff --git a/frontend/src/components/organization/org-settings-auth.tsx b/frontend/src/components/organization/org-settings-auth.tsx
index 81434b4b6..6220d9e71 100644
--- a/frontend/src/components/organization/org-settings-auth.tsx
+++ b/frontend/src/components/organization/org-settings-auth.tsx
@@ -18,6 +18,7 @@ import {
} from "@/components/ui/form"
import { Switch } from "@/components/ui/switch"
import { CenteredSpinner } from "@/components/loading/spinner"
+import { AlertNotification } from "@/components/notifications"
import { CustomTagInput } from "@/components/tags-input"
const authFormSchema = z.object({
@@ -40,6 +41,7 @@ export function OrgSettingsAuthForm() {
const {
authSettings,
authSettingsIsLoading,
+ authSettingsError,
updateAuthSettings,
updateAuthSettingsIsPending,
} = useOrgAuthSettings()
@@ -87,6 +89,14 @@ export function OrgSettingsAuthForm() {
if (authSettingsIsLoading) {
return