Skip to content

Commit 814be79

Browse files
committed
修复 Github 登录的 twoFactor 验证
1 parent 48c12d7 commit 814be79

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
---
10+
1111
name: 🐛 Bug report(错误报告)
1212
about: Create a report to help us improve(创建报告以帮助我们改进)
13+
1314
---
1415

1516
## 🐛 Bug Report(错误报告)
@@ -19,7 +20,7 @@ A clear and concise description of what the bug is.(清晰简洁地描述错误
1920
## To Reproduce(重现)
2021

2122
Steps to reproduce the behavior.(重现的步骤。)
22-
a
23+
2324
## Expected behavior(预期行为)
2425

2526
A clear and concise description of what you expected to happen.(对您期望发生的事情进行清晰简洁的描述。)
@@ -32,8 +33,8 @@ Guidance: Press `Ctrl+Shift+U`, and toggle the channel to `LeetCode`.(按`Ctrl+S
3233

3334
## Your Environment
3435

35-
- *os(操作系统)*:
36-
- *extension settings(扩展设置)*:
37-
- *nodejs version(nodejs版本)*:
38-
- *vscode version(vscode版本)*:
39-
- *extension version(扩展版本)*:
36+
- _os(操作系统)_:
37+
- _extension settings(扩展设置)_:
38+
- _nodejs version(nodejs 版本)_:
39+
- _vscode version(vscode 版本)_:
40+
- _extension version(扩展版本)_:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# version 3.1.4
2+
3+
- 修复 Github 登录的 twoFactor 验证
4+
15
# version 3.1.3
26

37
- 重构代码,减少耦合

0 commit comments

Comments
 (0)