Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd01a8f0

Browse files
authored
fix: Correct the prompt message when signing in (LeetCode-OpenSource#327)
1 parentf656f85 commitd01a8f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/leetCodeManager.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class LeetCodeManager extends EventEmitter {
5858

5959
childProc.on("error",reject);
6060
constname:string|undefined=awaitvscode.window.showInputBox({
61-
prompt:"Enteruser name.",
62-
validateInput:(s:string):string|undefined=>s&&s.trim() ?undefined :"User name must not be empty",
61+
prompt:"Enterusername or E-mail.",
62+
validateInput:(s:string):string|undefined=>s&&s.trim() ?undefined :"The input must not be empty",
6363
});
6464
if(!name){
6565
childProc.kill();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp