Skip to content

Commit

Permalink
oauthのトークン取得時にメッセージを表示
Browse files Browse the repository at this point in the history
  • Loading branch information
kamecha committed Nov 10, 2024
1 parent 2f033e3 commit a2d47b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion denops/traqvim/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a2d47b6

Please sign in to comment.