Skip to content

Commit

Permalink
specify Google authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
polymorpher committed Jul 6, 2021
1 parent d5310f2 commit 3bbc69a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/client/src/pages/Create.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,15 +220,15 @@ const Create = () => {
<Space direction='vertical'>
{/* <Heading>Now, scan the QR code with your Google Authenticator</Heading> */}
<Heading>Create Your ONE Wallet</Heading>
<Hint>You need the 6-digit code from authenticator to transfer funds. You can restore your wallet using the authenticator on any device.</Hint>
<Hint>You need the 6-digit code from Google authenticator to transfer funds. You can restore your wallet using Google authenticator on any device.</Hint>
<Row justify='center'>
{qrCodeData && <Image src={qrCodeData} preview={false} width={256} />}
</Row>
</Space>
</Row>
<Row>
<Space direction='vertical' size='large' align='center'>
<Hint>After you are done, please type in your 6-digit code from authenticator.</Hint>
<Hint>After you are done, type in the 6-digit code from Google authenticator.</Hint>
<OtpBox
shouldAutoFocus
value={otp}
Expand Down

0 comments on commit 3bbc69a

Please sign in to comment.