Skip to content

Commit 8766c4d

Browse files
committed
improced docs
1 parent 6d08602 commit 8766c4d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

projects/lib/src/auth.config.ts

+4-2
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,11 @@ export class AuthConfig {
7474

7575
/**
7676
* Defines whether additional debug information should
77-
* be shown at the console.
77+
* be shown at the console. Note that in certain browsers
78+
* the verbosity of the console needs to be explicitly set
79+
* to include Debug level messages.
7880
*/
79-
public showDebugInformation? = false;
81+
public showDebugInformation? = false;
8082

8183
/**
8284
* The redirect uri used when doing silent refresh.

0 commit comments

Comments
 (0)