Skip to content
Open
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
1 change: 1 addition & 0 deletions resources/js/components/two-factor-setup-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ function TwoFactorSetupStep({
<div className="z-10 flex h-full w-full items-center justify-center p-5">
{qrCodeSvg ? (
<div
className="aspect-square w-full rounded bg-white p-3 [&_svg]:size-full"
dangerouslySetInnerHTML={{
__html: qrCodeSvg,
}}
Expand Down