Compare commits

...

1 Commits

Author SHA1 Message Date
Ammar Ahmed
edb98c001a mobile: fix error when changing 2fa method 2024-11-20 10:23:30 +05:00

View File

@@ -162,7 +162,7 @@ const TwoFactorVerification = ({ onMfaLogin, mfaInfo, onCancel }) => {
textAlign: "center"
}}
>
{strings["2faCodeHelpText"][currentMethod.method]() ||
{strings["2faCodeHelpText"][currentMethod.method]?.() ||
strings.select2faCodeHelpText()}
</Paragraph>