style: fix linting issues met Prettier
This commit is contained in:
parent
441bf990e7
commit
4c5f6196f6
5 changed files with 37 additions and 18 deletions
|
@ -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,
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue