From 172ac1f301ab208413376126f18e4c1a608309ce Mon Sep 17 00:00:00 2001 From: "teamgram.io" Date: Mon, 17 Jun 2024 22:58:04 +0800 Subject: [PATCH] Update intro_qr.cpp --- Telegram/SourceFiles/intro/intro_qr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/intro/intro_qr.cpp b/Telegram/SourceFiles/intro/intro_qr.cpp index 527cfe69b8fcac..a76f7539dcb70e 100644 --- a/Telegram/SourceFiles/intro/intro_qr.cpp +++ b/Telegram/SourceFiles/intro/intro_qr.cpp @@ -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 {