From 75335092444d5448de9553ee5c642b928e7be045 Mon Sep 17 00:00:00 2001 From: DonOmalVindula Date: Tue, 12 Oct 2021 16:01:15 +0530 Subject: [PATCH] Remove IS References --- .github/ISSUE_TEMPLATE/bug_report.md | 1 - README.md | 8 ++++---- lib/src/core/authentication-core.ts | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index d26213f5..39df10d9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,7 +17,6 @@ assignees: '' **Environment information** (_Please complete the following information; remove any unnecessary fields_) **:** - - Product Version: [e.g., IS 5.10.0, IS 5.9.0] - OS: [e.g., Windows, Linux, Mac] - Browser: [e.g., Chrome, Firefox] - SDK Version: [e.g., 0.1.0, 0.1.1] diff --git a/README.md b/README.md index a68eeb4e..cf20afe5 100644 --- a/README.md +++ b/README.md @@ -380,11 +380,11 @@ requestAccessToken(authorizationCode: string, sessionState: string): Promise { "authentication-core", "refreshAccessToken", "No refresh token found.", - "There was no refresh token found. The identity server doesn't return a " + + "There was no refresh token found. Asgardeo doesn't return a " + "refresh token if the refresh token grant is not enabled." ) );