File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 51
51
"@digitalroute/cz-conventional-changelog-for-jira" : " ^8.0.1" ,
52
52
"@evilmartians/lefthook" : " ^1.6.12" ,
53
53
"@kong/design-tokens" : " ^1.13.2" ,
54
- "@kong/eslint-config-kong-ui" : " ^1.0.3 " ,
54
+ "@kong/eslint-config-kong-ui" : " ^1.1.0 " ,
55
55
"@kong/kongponents" : " 9.0.0-alpha.166" ,
56
56
"@semantic-release/changelog" : " ^6.0.3" ,
57
57
"@semantic-release/git" : " ^10.0.1" ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ export default function useIdentityProvider(
37
37
const code = ref < string > ( '' )
38
38
const state = ref < string > ( '' )
39
39
// When we redirect to the oidc-callback endpoint, we want to send along all provided query parameters
40
- const oidcQueryParams = ref < URLSearchParams | null > ( null )
40
+ const oidcQueryParams = ref < URLSearchParams | null > ( null )
41
41
42
42
/**
43
43
* Returns true if user is on /login/{org-id} (user) or /login/sso (developer) route in container application, and no logout=true in query string.
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export { default as win } from './window'
9
9
export type UserEntities = 'user' | 'developer'
10
10
11
11
// List of custom elements that accept a custom error handler
12
- export type CustomEndpointElement = 'kong-auth-login' | 'kong-auth-forgot-password' | 'kong-auth-register' | 'kong-auth-reset-password' | 'kong-auth-change-password' | 'kong-auth-accept-invitation'
12
+ export type CustomEndpointElement = 'kong-auth-login' | 'kong-auth-forgot-password' | 'kong-auth-register' | 'kong-auth-reset-password' | 'kong-auth-change-password' | 'kong-auth-accept-invitation'
13
13
14
14
// List of requests that support custom endpoints
15
15
export type CustomEndpointRequest = 'authenticate-request' | 'verify-email-request' | 'reset-password-request' | 'change-password-request' | 'register-request' | 'set-new-password-request' | 'accept-invitation-request'
Original file line number Diff line number Diff line change 994
994
resolved "https://registry.yarnpkg.com/@kong/design-tokens/-/design-tokens-1.13.2.tgz#5c2c6ac3e22e7feac9ddaab49c99608555d0a2a8"
995
995
integrity sha512-BXI7Nv+wucuG9mw0faXhBgb3ryN9pnMkHntI9HKf0h9BnBvuR8F+iLoCm/Fwo6TZ0tlO5bZTMVk1xc85lnlhBA==
996
996
997
- " @kong/eslint-config-kong-ui@^1.0.3 " :
998
- version "1.0.3 "
999
- resolved "https://registry.yarnpkg.com/@kong/eslint-config-kong-ui/-/eslint-config-kong-ui-1.0.3. tgz#1a2f64e13d736aebb767dbc0572625e644c1bf20 "
1000
- integrity sha512-l2Rg5TCQkyohBKKUn3efp9xEjiZv/QfCf6yC5ycaqIJRcbG0QJMc7s7RAM7MgDKz1gLpmjxptvGeYnEdhU8OQA ==
997
+ " @kong/eslint-config-kong-ui@^1.1.0 " :
998
+ version "1.1.0 "
999
+ resolved "https://registry.yarnpkg.com/@kong/eslint-config-kong-ui/-/eslint-config-kong-ui-1.1.0. tgz#231e12849900720c9c1a215286b6afc0a0a74933 "
1000
+ integrity sha512-PSZaL7IhVLmbojwpBPaKIfxLIBBLnYFIjjrr5Nbz0Ia4cSYFqdwkdFB3t5PnjLHWwQr0IpLgN5e2vGe1n9Hpig ==
1001
1001
dependencies :
1002
1002
" @eslint/compat" " ^1.0.3"
1003
1003
" @eslint/eslintrc" " ^3.1.0"
You can’t perform that action at this time.
0 commit comments