We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd5659 commit 4b1f55dCopy full SHA for 4b1f55d
src/FilamentDevelopersLogin.php
@@ -19,6 +19,7 @@ public function login(Panel $panel, FilamentDeveloperLoginsPlugin $plugin, strin
19
20
if ($panel->auth()->check()) {
21
$panel->auth()->logout();
22
+ session()->forget('password_hash_'.$panel->getAuthGuard());
23
}
24
25
$model = (new ($plugin->getModelClass()))
0 commit comments