summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorAaron Parecki <aaron@parecki.com>2018-06-10 13:09:40 -0700
committerAaron Parecki <aaron@parecki.com>2018-06-10 13:09:40 -0700
commitbb0752a72692d03b61f1719dca2a7cdc2b3052cc (patch)
tree3732b7fb712d5755d48801ed3dc84bef5796d5b5 /views
parent510c5a52a812515de0af3fef93b7a0eb55c3fea7 (diff)
add support for token revocation
Diffstat (limited to 'views')
-rw-r--r--views/settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/settings.php b/views/settings.php
index 537418c..6b69bc2 100644
--- a/views/settings.php
+++ b/views/settings.php
@@ -29,7 +29,7 @@
<input type="button" class="btn btn-default" value="Reset Login" id="reset-login">
</td>
<td>
- Clicking this button will erase the access token Quill has stored for you, forget all cached endpoints, and sign you out. If you sign back in, you will start over and see the debugging screens and scope options again.
+ Clicking this button will tell your token endpoint to revoke the token, Quill will forget the access token stored, forget all cached endpoints, and sign you out. If you sign back in, you will start over and see the debugging screens and scope options again.
</td>
</tr>
</table>