fix(pages): add auth middleware to story edit page
This commit is contained in:
parent
3d742b968b
commit
cc31f0c272
@ -24,6 +24,7 @@
|
||||
return navigateTo("/403");
|
||||
}
|
||||
},
|
||||
"auth",
|
||||
],
|
||||
});
|
||||
const story: FormStory = {
|
||||
|
Loading…
Reference in New Issue
Block a user