fix(pages): add auth middleware to story edit page

This commit is contained in:
parent 3d742b968b
commit cc31f0c272
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -24,6 +24,7 @@
return navigateTo("/403"); return navigateTo("/403");
} }
}, },
"auth",
], ],
}); });
const story: FormStory = { const story: FormStory = {