style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-03-13 20:12:09 +00:00
parent 441bf990e7
commit 4c5f6196f6
5 changed files with 37 additions and 18 deletions

View file

@ -620,7 +620,15 @@
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-jwt",
"redirectUris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173", "http://localhost/*", "http://localhost", "https://sel2-1.ugent.be/*", "https://sel2-1.ugent.be"],
"redirectUris": [
"urn:ietf:wg:oauth:2.0:oob",
"http://localhost:5173/*",
"http://localhost:5173",
"http://localhost/*",
"http://localhost",
"https://sel2-1.ugent.be/*",
"https://sel2-1.ugent.be"
],
"webOrigins": ["+"],
"notBefore": 0,
"bearerOnly": false,

View file

@ -620,7 +620,15 @@
"enabled": true,
"alwaysDisplayInConsole": false,
"clientAuthenticatorType": "client-secret",
"redirectUris": ["urn:ietf:wg:oauth:2.0:oob", "http://localhost:5173/*", "http://localhost:5173", "http://localhost/*", "http://localhost", "https://sel2-1.ugent.be/*", "https://sel2-1.ugent.be"],
"redirectUris": [
"urn:ietf:wg:oauth:2.0:oob",
"http://localhost:5173/*",
"http://localhost:5173",
"http://localhost/*",
"http://localhost",
"https://sel2-1.ugent.be/*",
"https://sel2-1.ugent.be"
],
"webOrigins": ["+"],
"notBefore": 0,
"bearerOnly": false,