1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 20:22:42 +01:00

Adjust 2FA

This commit is contained in:
Hillel Coren 2018-02-22 10:41:36 +02:00
parent 7bf824f2fe
commit f7e29a325f
3 changed files with 3 additions and 1 deletions

View File

@ -2520,7 +2520,7 @@ $LANG = array(
'two_factor_setup' => 'Two-Factor Setup',
'two_factor_setup_help' => 'Scan the bar code with a :link compatible app.',
'one_time_password' => 'One Time Password',
'set_phone_for_two_factor' => 'Set your phone number to enable.',
'set_phone_for_two_factor' => 'Set your mobile phone number as a backup to enable.',
'enabled_two_factor' => 'Successfully enabled Two-Factor Authentication',
'add_product' => 'Add Product',
'email_will_be_sent_on' => 'Note: the email will be sent on :date.',

View File

@ -20,6 +20,7 @@
->autofocus()
->style('text-indent:4px')
->forceValue('')
->data_lpignore('true')
->raw() !!}
{!! Former::select('trust')

View File

@ -25,6 +25,7 @@
<center class="buttons">
{!! Former::text('one_time_password')
->placeholder('one_time_password')
->data_lpignore('true')
->style('width:300px;font-size:18px')
->raw() !!}
<p>&nbsp;</p>