fix layout

This commit is contained in:
rizky 2024-11-24 21:55:51 -07:00
parent 15d9f703e3
commit 88e886bf67
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export const Layout: FC<LYTChild> = (props) => {
) {
return <>{props.blank_layout}</>;
} else {
if (!w.user) {
if (!w.user && !isEditor) {
local.loading = true;
isMobile
? loadSession(props.login_url || "/m/auth/login")