From 5c9f41ff9366b6fdf73f149710510780726049ae Mon Sep 17 00:00:00 2001 From: Lloyd Chakandinakira Date: Sat, 25 May 2024 09:05:31 +0200 Subject: [PATCH] typo fix --- docs/classes/AuthConfig.html | 4 ++-- docs/injectables/OAuthService.html | 2 +- projects/lib/src/auth.config.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/classes/AuthConfig.html b/docs/classes/AuthConfig.html index 3fc2f0bc..b6041a9b 100644 --- a/docs/classes/AuthConfig.html +++ b/docs/classes/AuthConfig.html @@ -764,7 +764,7 @@

-

Code Flow is by defauld used together with PKCI which is also higly recommented. +

Code Flow is by default used together with PKCI which is also higly recommented. You can disbale it here by setting this flag to true. https://tools.ietf.org/html/rfc7636#section-1.1

@@ -2544,7 +2544,7 @@

public useSilentRefresh?; /** - * Code Flow is by defauld used together with PKCI which is also higly recommented. + * Code Flow is by default used together with PKCI which is also higly recommented. * You can disbale it here by setting this flag to true. * https://tools.ietf.org/html/rfc7636#section-1.1 */ diff --git a/docs/injectables/OAuthService.html b/docs/injectables/OAuthService.html index af1c8507..1926856d 100644 --- a/docs/injectables/OAuthService.html +++ b/docs/injectables/OAuthService.html @@ -7430,7 +7430,7 @@

-

Code Flow is by defauld used together with PKCI which is also higly recommented. +

Code Flow is by default used together with PKCI which is also higly recommented. You can disbale it here by setting this flag to true. https://tools.ietf.org/html/rfc7636#section-1.1

diff --git a/projects/lib/src/auth.config.ts b/projects/lib/src/auth.config.ts index 46445603..d70c6bd7 100644 --- a/projects/lib/src/auth.config.ts +++ b/projects/lib/src/auth.config.ts @@ -256,7 +256,7 @@ export class AuthConfig { public useSilentRefresh?; /** - * Code Flow is by defauld used together with PKCI which is also higly recommented. + * Code Flow is by default used together with PKCI which is also higly recommented. * You can disbale it here by setting this flag to true. * https://tools.ietf.org/html/rfc7636#section-1.1 */