Skip to content
This repository was archived by the owner on Dec 1, 2023. It is now read-only.

Commit 8d7b4c4

Browse files
committed
feat: set exit code for non-email authentication to another value
1 parent ec3fb71 commit 8d7b4c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exit-code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export const ALREADY_RECEIVED = 1
33
export const NEED_SMS_AUTH = 2
44
export const CANNOT_SOLVE_PUZZLE = 3
55
export const OPERATION_TIMEOUT_EXCEEDED = 4
6-
export const NEED_EMAIL_AUTH = 5
6+
export const NEED_EMAIL_AUTH = 7
77
export const LOGIN_DENIED = 6
88
export const TOO_MUCH_TRY = 69
99
export const INVALID_OPTIONS = 77

0 commit comments

Comments
 (0)