Skip to content

Commit

Permalink
Update intro_qr.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
wubenqi committed Jun 17, 2024
1 parent cbc13a6 commit 172ac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Telegram/SourceFiles/intro/intro_qr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ void QrWidget::handleTokenResult(const MTPauth_LoginToken &result) {
void QrWidget::showTokenError(const MTP::Error &error) {
_requestId = 0;
if (error.type() == u"SESSION_PASSWORD_NEEDED"_q) {
sendCheckPasswbordRequest();
sendCheckPasswordRequest();
} else if (base::take(_forceRefresh)) {
refreshCode();
} else {
Expand Down

0 comments on commit 172ac1f

Please sign in to comment.