Merge branch 'master' into new_jwt_auth

This commit is contained in:
advplyr
2025-07-05 08:06:40 -05:00
9 changed files with 135 additions and 58 deletions
+3
View File
@@ -57,6 +57,9 @@ export const getters = {
},
getUserCanDownload: (state) => {
return !!state.user?.permissions?.download
},
getUserCanAccessExplicitContent: (state) => {
return !!state.user?.permissions?.accessExplicitContent
}
}