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 1dd3b0e + 5b69562 commit 836707aCopy full SHA for 836707a
src/FilamentDevelopersLogin.php
@@ -19,6 +19,8 @@ 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
26
/** @var ?\Illuminate\Contracts\Auth\Authenticatable $model */
0 commit comments