Skip to content

Commit

Permalink
Nitpick
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Apr 12, 2024
1 parent 9a7e282 commit 4b56918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export async function addUser(apiId: number, apiHash: string): Promise<never> {
await client.start({
phone: () => prompt("Phone number:")!,
code: () => prompt("Code:")!,
password: () => promptSecret("Password: ")!,
password: () => promptSecret("Password:")!,
});

console.log("Endpoint path:", "/" + id);
Expand Down

0 comments on commit 4b56918

Please sign in to comment.