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.
2 parents 9c214f9 + 4b1f55d commit 4b47a71Copy full SHA for 4b47a71
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