Browse Source

typo

pull/96/head
Aaron Parecki 6 years ago
parent
commit
b143cb94f3
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      views/auth_callback.php

+ 1
- 1
views/auth_callback.php View File

@ -43,7 +43,7 @@
<?php if(!k($this->auth, 'scope')): ?>
<h4>Missing <code>scope</code></h4>
<p>The token endpoint did not return a "scope" parameter. The <code>scope</code> parameter lets this client what permission the token represents.</p>
<p>The token endpoint did not return a "scope" parameter. The <code>scope</code> parameter lets this client know what permission the token represents.</p>
<?php endif; ?>
<?php endif; ?>

Loading…
Cancel
Save