We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d08602 commit 8766c4dCopy full SHA for 8766c4d
projects/lib/src/auth.config.ts
@@ -74,9 +74,11 @@ export class AuthConfig {
74
75
/**
76
* Defines whether additional debug information should
77
- * be shown at the console.
+ * 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.
80
*/
- public showDebugInformation? = false;
81
+ public showDebugInformation? = false;
82
83
84
* The redirect uri used when doing silent refresh.
0 commit comments