summary refs log tree commit diff
path: root/src/RegisterPage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RegisterPage.cpp')
-rw-r--r--src/RegisterPage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp

index dcf60dee..0bfaa82d 100644 --- a/src/RegisterPage.cpp +++ b/src/RegisterPage.cpp
@@ -138,7 +138,7 @@ RegisterPage::RegisterPage(QWidget *parent) new dialogs::ReCaptcha(QString::fromStdString(session), this); connect(captchaDialog, - &dialogs::ReCaptcha::closing, + &dialogs::ReCaptcha::confirmation, this, [this, user, pass, session, captchaDialog]() { captchaDialog->close();