Skip to content

Commit

Permalink
Merge branch 'fixingAccessibility' of github.com:thedevdojo/auth into…
Browse files Browse the repository at this point in the history
… fixingAccessibility
  • Loading branch information
tnylea committed Jun 2, 2024
2 parents d76cf2a + 721f0a9 commit c4b6817
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/devdojo/auth/descriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
'dev_mode' => 'This is for development mode, when set in Dev Mode Assets will be loaded from Vite',
'enable_2fa' => 'Enable the ability for users to turn on Two Factor Authentication',
'login_show_social_providers' => 'Show the social providers login buttons on the login form',
'social_providers_location' => 'The location of the social provider buttons (top or bottom)'
'social_providers_location' => 'The location of the social provider buttons (top or bottom)',
],
];
8 changes: 4 additions & 4 deletions config/devdojo/auth/language.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
'page_title' => 'Confirm Your Password',
'headline' => 'Confirm Password',
'subheadline' => 'Be sure to confirm your password below',
'show_subheadline' => false
'show_subheadline' => false,
],
'passwordResetRequest' => [
'page_title' => 'Request a Password Reset',
'headline' => 'Reset password',
'subheadline' => 'Enter your email below to reset your password',
'show_subheadline' => false
'show_subheadline' => false,
],
'passwordReset' => [
'page_title' => 'Reset Your Password',
'headline' => 'Reset Password',
'subheadline' => 'Reset your password below',
'show_subheadline' => false
'show_subheadline' => false,
],
'twoFactorChallenge' => [
'page_title' => 'Two Factor Challenge',
Expand All @@ -49,5 +49,5 @@
'subheadline_recovery' => 'Please confirm access to your account by entering one of your emergency recovery codes.',
'show_subheadline_recovery' => false,
],

];
2 changes: 1 addition & 1 deletion config/devdojo/auth/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
'dev_mode' => false,
'enable_2fa' => false, // Enable or disable 2FA functionality globally
'login_show_social_providers' => true,
'social_providers_location' => 'bottom'
'social_providers_location' => 'bottom',
];

0 comments on commit c4b6817

Please sign in to comment.