Fix docs for Application secret type (#1690)

Now a string (as supposed to be) instead of boolean.
This commit is contained in:
Robin B
2017-07-17 12:03:40 +02:00
committed by Crawl
parent 2b230e8c6c
commit 7f69c62ddc

View File

@@ -86,7 +86,7 @@ class OAuth2Application {
/**
* OAuth2 secret for the application
* @type {boolean}
* @type {string}
*/
this.secret = data.secret;