Skip to content

Commit

Permalink
doc: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Adèle MOURIER authored and tintin92350 committed Feb 3, 2025
1 parent 8a7c778 commit 31d1460
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion oidc/JavaScript/Angular/angular-auth-oidc-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@ Example: see example projet (folder epfl).
Enable debugging:

```typescript
logLevel: LogLevel.Debug,
export const authConfig: PassedInitialConfig = {
config: {
// ...
logLevel: LogLevel.Debug,
}
}
```
### Standalone

Expand Down

0 comments on commit 31d1460

Please sign in to comment.