Fixed possible crash from url auth box.

This commit is contained in:
23rd
2026-04-11 15:13:21 +03:00
parent 2200dbb406
commit 4f8b3efa5c
+1 -1
View File
@@ -409,7 +409,7 @@ void RequestButton(
url,
displayName,
session->user()->name(),
bot->firstName,
bot ? bot->firstName : QString(),
callback),
Ui::LayerOption::KeepOther);
}