Skip to content

Commit 136e4b5

Browse files
committed
Fix some issues
1 parent da45855 commit 136e4b5

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,4 @@ coverage.xml
3131
*.log
3232
resources/lang/locales.js
3333
resources/assets/pterodactyl/scripts/helpers/ziggy.js
34+
resources/assets/scripts/helpers/ziggy.js

app/Http/Controllers/Auth/AbstractLoginController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@ protected function getField(string $input = null): string
154154
*/
155155
protected function fireFailedLoginEvent(Authenticatable $user = null, array $credentials = [])
156156
{
157-
event(new Failed($user, $credentials));
157+
event(new Failed('auth', $user, $credentials));
158158
}
159159
}

resources/assets/scripts/helpers/ziggy.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)