From 28544cb93a39eb48a10d24f468beb1f6be1a7f32 Mon Sep 17 00:00:00 2001 From: Thang Vu Date: Sat, 28 Jan 2023 09:15:38 +0700 Subject: [PATCH] wordings --- packages/core/src/providers/oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/src/providers/oauth.ts b/packages/core/src/providers/oauth.ts index 51faa830..e6035897 100644 --- a/packages/core/src/providers/oauth.ts +++ b/packages/core/src/providers/oauth.ts @@ -151,7 +151,7 @@ export interface OAuth2Config clientId?: string clientSecret?: string /** - * If specified, the OAuth will redirect to this URL after the authorization step instead of the default callback URL which is inferred from the host. + * If specified, will redirect to this URL after the authorization step instead of the default callback URL which is inferred from the host. * This is especially useful if you want to redirect users on the Preview environment without having to set different URLs in the OAuth provider portal. */ callbackUrl?: string