mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Missed accessToken
Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
This commit is contained in:
parent
a9619b3c7e
commit
4396e993bf
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ export class Service {
|
|||
/**
|
||||
* Present a popup to the user prompting them to agree to terms and conditions
|
||||
*
|
||||
* @param {Service[]} services Object with keys 'servicetype', 'baseurl', '
|
||||
* @param {Service[]} services Object with keys 'serviceType', 'baseUrl', 'accessToken'
|
||||
* @param {function} dialogTermsInteractionCallback Function called with an array of:
|
||||
* { service: {Service}, terms: {terms response from API} }
|
||||
* Must return a Promise which resolves with a list of URLs of documents agreed to
|
||||
|
|
Loading…
Reference in a new issue