mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-12 00:09:10 +05:30
13 lines
495 B
TypeScript
13 lines
495 B
TypeScript
|
/**
|
|||
|
* 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 two‑factor auth app, then you may proceed to the next step.',
|
|||
|
});
|