Skip to content

Commit d7d13a0

Browse files
committed
Disable auto re-login by default.
Signed-off-by: Eric Wang <[email protected]>
1 parent 3d6e91c commit d7d13a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/config.js

+1-1
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)