fix: we don't want non-admins to access the settings section

This commit is contained in:
Pitu 2019-10-12 20:16:10 +09:00
parent 4683848108
commit 43eb86c77f
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ export default {
components: {
Sidebar
},
middleware: 'auth',
middleware: 'admin',
data() {
return {
options: {}