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.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp

index 351f1e5d..3958a0b4 100644 --- a/src/RegisterPage.cpp +++ b/src/RegisterPage.cpp
@@ -364,7 +364,10 @@ RegisterPage::doRegistration() disconnect(UIA::instance(), &UIA::error, this, nullptr); }); http::client()->registration( - username, password, ::UIA::instance()->genericHandler(QStringLiteral("Registration")), registrationCb()); + username, + password, + ::UIA::instance()->genericHandler(QStringLiteral("Registration")), + registrationCb()); } }