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

13 lines
495 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/**
* 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.',
});