Create TwoFactorAuthentication Popup

This commit is contained in:
Milos Holba
2021-06-30 13:37:44 +02:00
parent 14eaf6da4e
commit 16eb105f03
9 changed files with 324 additions and 47 deletions
+7
View File
@@ -524,6 +524,11 @@ return [
'popup_upload_limit.title' => 'You exceed upload limit on single file',
'popup_zipping.message' => 'Please wait until your files start downloading.',
'popup_zipping.title' => 'Zipping Your Files...',
'popup_two_factor_authentication.title' => 'Two Factor Authentication Password Confirm',
'popup_two_factor_authentication.input_label' => 'Password',
'popup_two_factor_authentication.placeholder' => 'Type your password',
'popup_two_factor_authentication.help' => 'Scan the image above with the two-factor authentication app on your phone.',
'popup_two_factor_authentication.confirm_button' => 'Confirm',
'preview_sorting.grid_view' => 'Grid View',
'preview_sorting.list_view' => 'List View',
'preview_sorting.preview_sorting_button' => 'View',
@@ -640,6 +645,8 @@ return [
'user_settings.timezone_plac' => 'Select your timezone',
'user_settings.title_account' => 'Account Information',
'user_settings.title_billing' => 'Billing Information',
'validation_errors.incorrect_2fa_code' => 'Sorry, you passed incorrect code',
'validation_errors.incorrect_2fa_recovery_code' => 'Sorry, you passed incorrect recovery code',
'validation_errors.incorrect_password' => 'Sorry, you passed incorrect password :(',
'validation_errors.wrong_image' => 'You may have uploaded the wrong file, try again!',
'app_description' => 'Your self-hosted storage cloud software powered by Laravel and Vue',