fix: we don't want non-admins to access the settings section
This commit is contained in:
parent
4683848108
commit
43eb86c77f
|
@ -124,7 +124,7 @@ export default {
|
|||
components: {
|
||||
Sidebar
|
||||
},
|
||||
middleware: 'auth',
|
||||
middleware: 'admin',
|
||||
data() {
|
||||
return {
|
||||
options: {}
|
||||
|
|
Loading…
Reference in New Issue