Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/react-spa-npm/src/views/mfa-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { UserMFAMgmt } from '@auth0/universal-components-react';

const MFAPage = () => {
return (
<div className="space-y-6">
<div className="p-6 pt-8 space-y-6">
<UserMFAMgmt />
</div>
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export function UserMFASetupForm({
style={currentStyles.variables}
aria-describedby="mfa-setup-form"
className={cn(
'w-[400px] max-h-[90vh]',
'w-[600px] max-h-[90vh]',
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Found a similar for delete factor confirmation, shall we also fix it?

Image

currentStyles.classes?.['UserMFASetupForm-dialogContent'],
)}
>
Expand Down
Loading