Skip to content

Commit

Permalink
Merge pull request #12 from savannabits/development
Browse files Browse the repository at this point in the history
Remove Fallback Login
  • Loading branch information
coolsam726 authored Nov 27, 2023
2 parents 9c0d915 + 7903053 commit acff3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Filament/Pages/Login.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ protected function getCredentialsFromFormData(array $data): array
return [
'samaccountname' => $data['username'],
'password' => $data['password'],
'fallback' => [
/*'fallback' => [
'username' => $data['username'],
'password' => $data['password']
]
]*/
];
}
protected function throwLoginValidationException(string $message): void
Expand Down

0 comments on commit acff3ac

Please sign in to comment.