mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 09:53:27 +08:00
Fix redirect after logout
This commit is contained in:
parent
eb7dc1a7fe
commit
239313d9fc
@ -17,6 +17,6 @@ class LogoutAction extends BaseAction
|
||||
event(new UserLoggedOut($user));
|
||||
}
|
||||
|
||||
return $this->withForgetCookie($this->redirectTo(''));
|
||||
return $this->withForgetCookie($this->redirectTo('/'));
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user