diff --git a/frontend/src/views/Settings/PersonalSettingsPage/AuthMethodSection/AuthMethodSection.tsx b/frontend/src/views/Settings/PersonalSettingsPage/AuthMethodSection/AuthMethodSection.tsx index 6e3b006e3..5458525ce 100644 --- a/frontend/src/views/Settings/PersonalSettingsPage/AuthMethodSection/AuthMethodSection.tsx +++ b/frontend/src/views/Settings/PersonalSettingsPage/AuthMethodSection/AuthMethodSection.tsx @@ -13,7 +13,7 @@ import { useUpdateUserAuthProviders } from "@app/hooks/api"; -const authMethods = [ +const authMethodList = [ { label: "Email", value: "email" }, { label: "Google SSO", value: "google" }, { label: "GitHub SSO", value: "github" }, @@ -103,7 +103,7 @@ export const AuthMethodSection = () => {