Skip to content

Commit

Permalink
Remove Fallback Login
Browse files Browse the repository at this point in the history
  • Loading branch information
coolsam726 committed Nov 27, 2023
1 parent e1cc149 commit 7903053
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 7903053

Please sign in to comment.