accounts-frontend/packages/app/components/profile/multiFactorAuth/keyForm.intl.ts

13 lines
495 B
TypeScript
Raw Normal View History

/**
* Extract this file to the level upper to keep the messages prefix. Will be resolved later.
*/
import { defineMessages } from 'react-intl';
export default defineMessages({
scanQrCode: 'Open your favorite QR scanner app and scan the following QR code:',
or: 'OR',
enterKeyManually: "If you can't scan QR code, try entering your secret key manually:",
whenKeyEntered: 'If a temporary code appears in your twofactor auth app, then you may proceed to the next step.',
});