8000 Disable auto re-login by default. · zhengbuqian/leetcode-cli@d7d13a0 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7d13a0

Browse files
committed
Disable auto re-login by default.
Signed-off-by: Eric Wang <skygragon@gmail.com>
1 parent 3d6e91c commit d7d13a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var defaultConfig = {
1616
// but you will want change these
1717
LANG: 'cpp', // avail: [c,cpp,csharp,golang,java,javascript,python,ruby,swift]
1818
USE_COLOR: true,
19-
AUTO_LOGIN: true
19+
AUTO_LOGIN: false
2020
};
2121

2222
function initConfig() {

0 commit comments

Comments
 (0)
0