Skip to content

Commit 119cbfa

Browse files
committed
fix(react): remove unused variable theme
1 parent 8978b36 commit 119cbfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/components/auth0/my-account/user-mfa-management.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ function UserMFAMgmtView({ logic, handlers }: UserMFAMgmtViewProps) {
192192
setIsDeleteDialogOpen,
193193
} = handlers;
194194

195-
const { loader, isDarkMode, theme = 'default' } = useTheme();
195+
const { loader, isDarkMode } = useTheme();
196196
const { t } = useTranslator('mfa', customMessages);
197197
const currentStyles = React.useMemo(
198198
() => getComponentStyles(styling, isDarkMode),

0 commit comments

Comments
 (0)