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 4b1f55d commit 5b69562Copy full SHA for 5b69562
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
+
23
session()->forget('password_hash_'.$panel->getAuthGuard());
24
}
25
0 commit comments