diff --git a/src/pages/OAuthPage.tsx b/src/pages/OAuthPage.tsx index ce1d3d2..2b4135d 100644 --- a/src/pages/OAuthPage.tsx +++ b/src/pages/OAuthPage.tsx @@ -54,7 +54,7 @@ const getIcon = (icon: string | { light: string; dark: string }, theme: 'light' export function OAuthPage() { const { t } = useTranslation(); const { showNotification } = useNotificationStore(); - const { theme } = useThemeStore(); + const resolvedTheme = useThemeStore((state) => state.resolvedTheme); const [states, setStates] = useState>({} as Record); const [iflowCookie, setIflowCookie] = useState({ cookie: '', loading: false }); const timers = useRef>({}); @@ -229,7 +229,11 @@ export function OAuthPage() { - + {t(provider.titleKey)} }