Enable vanity user URLs
gitea/salix/pipeline/head There was a failure building this commit Details

This commit is contained in:
Joan Sanchez 2023-01-24 11:55:50 +01:00
parent f0b44a2992
commit 70cc83b8bf
1 changed files with 5 additions and 1 deletions

View File

@ -28,7 +28,11 @@
},
"session": {},
"auth": {
"loopback#token": {}
"loopback#token": {
"params": {
"currentUserLiteral": "me"
}
}
},
"auth:after": {
"./middleware/current-user": {},