Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions gramjs/client/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -432,11 +432,6 @@ export async function signInWithPassword(
break;
}

const password = await authParams.password(passwordSrpResult.hint);
if (!password) {
throw new Error("Password is empty");
}

const passwordSrpCheck = await computePasswordSrpCheck(
passwordSrpResult,
password
Expand Down