From d0b3ce5ca52abd3ada9916a4e913d42810e422c9 Mon Sep 17 00:00:00 2001 From: SethJonesKSC <70288080+SethJonesKSC@users.noreply.github.com> Date: Mon, 18 Jul 2022 16:13:47 -0500 Subject: [PATCH] docs: Add missing punctuation to `oauth-redirect.html` (#7428) Co-authored-by: Tim Lai --- dist/oauth2-redirect.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/oauth2-redirect.html b/dist/oauth2-redirect.html index b662eed4..9a25c9e8 100644 --- a/dist/oauth2-redirect.html +++ b/dist/oauth2-redirect.html @@ -38,7 +38,7 @@ authId: oauth2.auth.name, source: "auth", level: "warning", - message: "Authorization may be unsafe, passed state was changed in server Passed state wasn't returned from auth server" + message: "Authorization may be unsafe, passed state was changed in server. The passed state wasn't returned from auth server." }); } @@ -58,7 +58,7 @@ authId: oauth2.auth.name, source: "auth", level: "error", - message: oauthErrorMsg || "[Authorization failed]: no accessCode received from the server" + message: oauthErrorMsg || "[Authorization failed]: no accessCode received from the server." }); } } else {