Update api docs

Signed-off-by: Nicolas Arnold <nic@roadie.io>
This commit is contained in:
Nicolas Arnold
2021-10-22 10:22:54 +01:00
parent 7714547af5
commit 8c93478a4e
2 changed files with 2 additions and 307 deletions
@@ -114,7 +114,7 @@ export class GithubAuthProvider implements OAuthHandlers {
async start(req: OAuthStartRequest): Promise<RedirectInfo> {
return await executeRedirectStrategy(req, this._strategy, {
scope: req.scope,
state: await (await this.stateEncoder(req.state)).encodedState,
state: (await this.stateEncoder(req.state)).encodedState,
});
}