docs: Add missing punctuation to oauth-redirect.html (#7428)

Co-authored-by: Tim Lai <timothy.lai@gmail.com>
This commit is contained in:
SethJonesKSC
2022-07-18 16:13:47 -05:00
committed by GitHub
parent 878e848b9b
commit d0b3ce5ca5

View File

@@ -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 {