Fix auth hook so it returns forbidden if the user is authenticated but not allowed to hit an endpoint.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
{
|
||||
"useTabs": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100,
|
||||
"trailingComma": "all",
|
||||
"printWidth": 90,
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"overrides": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user