Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
RhysLees authored and github-actions[bot] committed Sep 8, 2023
1 parent fc8e72c commit e39f196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions config/laravel-auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
*/
'providers' => [
'disabled' => [
ProviderEnum::MICROSOFT_OFFICE_365(),
ProviderEnum::MICROSOFT_OFFICE_365(),
],
]
],
];
3 changes: 0 additions & 3 deletions resources/lang/en/translations.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,14 @@
'confirm-password' => 'Confirm Password', // Confirm Password label text
'remember-me' => 'Remember Me', // Remember me checkbox text


// forgot-password.blade.php
'forgot-your-password' => 'Forgot Your Password?', // Forgot password header text


// login.blade.php
'login' => 'Login', // Login header text

'forgot-password' => 'Forgot Password?', // Forgot password link text


// reset-password.blade.php
'reset-your-password' => 'Reset Your Password', // Reset password header text

Expand Down

0 comments on commit e39f196

Please sign in to comment.