移除 退出提示
This commit is contained in:
parent
d0edde1a53
commit
cebd91ca0e
@ -106,7 +106,7 @@ public function exitSudo(): RedirectResponse
|
||||
{
|
||||
session()->forget('auth.password_confirmed_at');
|
||||
|
||||
return back()->with('success', '已退出 Sudo 模式。');
|
||||
return back();
|
||||
}
|
||||
|
||||
public function showAuthRequest($token): View|RedirectResponse
|
||||
|
Loading…
Reference in New Issue
Block a user