mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 12:12:48 +01:00
Adjust 2FA
This commit is contained in:
parent
7bf824f2fe
commit
f7e29a325f
@ -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.',
|
||||
|
@ -20,6 +20,7 @@
|
||||
->autofocus()
|
||||
->style('text-indent:4px')
|
||||
->forceValue('')
|
||||
->data_lpignore('true')
|
||||
->raw() !!}
|
||||
|
||||
{!! Former::select('trust')
|
||||
|
@ -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> </p>
|
||||
|
Loading…
Reference in New Issue
Block a user