From a2d47b67403ebf92ea3756b0950488f169d92704 Mon Sep 17 00:00:00 2001 From: kamecha Date: Sun, 10 Nov 2024 16:44:18 +0900 Subject: [PATCH] =?UTF-8?q?oauth=E3=81=AE=E3=83=88=E3=83=BC=E3=82=AF?= =?UTF-8?q?=E3=83=B3=E5=8F=96=E5=BE=97=E6=99=82=E3=81=AB=E3=83=A1=E3=83=83?= =?UTF-8?q?=E3=82=BB=E3=83=BC=E3=82=B8=E3=82=92=E8=A1=A8=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- denops/traqvim/oauth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denops/traqvim/oauth.ts b/denops/traqvim/oauth.ts index a827d89..9144ac6 100644 --- a/denops/traqvim/oauth.ts +++ b/denops/traqvim/oauth.ts @@ -45,7 +45,7 @@ export class OAuth { try { const token = await this.oauth2client.code.getToken(url); api.setToken(token); - // ctx.response.body = "Success"; + await helper.echo(this.denops, "oauth2 success!!\n token is setted"); this.controller.abort(); } catch (err) { console.error(err);