From b143cb94f3f8ae140eed623c90b56391067a2f0a Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Wed, 28 Mar 2018 07:01:05 -0700 Subject: [PATCH] typo --- views/auth_callback.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/auth_callback.php b/views/auth_callback.php index 3bafa57..acdac8f 100644 --- a/views/auth_callback.php +++ b/views/auth_callback.php @@ -43,7 +43,7 @@ auth, 'scope')): ?>

Missing scope

-

The token endpoint did not return a "scope" parameter. The scope parameter lets this client what permission the token represents.

+

The token endpoint did not return a "scope" parameter. The scope parameter lets this client know what permission the token represents.