feat: implement API endpoint interceptor and update app configuration #5

This commit is contained in:
Marek Lesko
2025-08-01 09:51:22 +02:00
parent 7902cc4dcf
commit c251589885
5 changed files with 59 additions and 18 deletions

View File

@@ -22,7 +22,6 @@ export class App implements OnInit {
clientId: '21131567-fea1-42a2-8907-21abd874eff8',
scope: 'openid profile email',
responseType: 'code',
showDebugInformation: true,
timeoutFactor: 0.01,
});
}