diff --git a/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx b/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx index d71b6f904c..f30ad05db3 100644 --- a/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx +++ b/packages/twenty-front/src/pages/settings/SettingsTwoFactorAuthenticationMethod.tsx @@ -47,6 +47,11 @@ const StyledOTPContainer = styled.div` const StyledQRCodeSizer = styled.div` height: 137px; width: 137px; + + & > svg { + height: 100%; + width: 100%; + } `; const StyledCopySetupKeyText = styled.div`