This is an automated email from the ASF dual-hosted git repository.
tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git
The following commit(s) were added to refs/heads/main by this push:
new ed3065ff1d2 NO-ISSUE: Remove debugging code from AuthSessionService in
`runtime-tools-management-console-webapp` (#3149)
ed3065ff1d2 is described below
commit ed3065ff1d2c67dcd691420396c8ef596685a5a6
Author: Thiago Lugli <[email protected]>
AuthorDate: Mon May 19 18:14:23 2025 -0300
NO-ISSUE: Remove debugging code from AuthSessionService in
`runtime-tools-management-console-webapp` (#3149)
---
.../src/authSessions/AuthSessionsService.ts | 2 --
1 file changed, 2 deletions(-)
diff --git
a/packages/runtime-tools-management-console-webapp/src/authSessions/AuthSessionsService.ts
b/packages/runtime-tools-management-console-webapp/src/authSessions/AuthSessionsService.ts
index d6bb3e5e2f4..1fef790f188 100644
---
a/packages/runtime-tools-management-console-webapp/src/authSessions/AuthSessionsService.ts
+++
b/packages/runtime-tools-management-console-webapp/src/authSessions/AuthSessionsService.ts
@@ -296,8 +296,6 @@ export class AuthSessionsService {
throw new Error("Failed to extract claims from token.");
}
- console.log({ claims });
-
const authSession: OpenIDConnectAuthSession = {
id: uuid(),
type: AuthSessionType.OPENID_CONNECT,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]