diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-05 18:05:27 +0300 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-09-05 18:05:27 +0300 |
commit | 0c6a3b6282293b5539d8711663df8d71d45f6892 (patch) | |
tree | 5bf379f74ed2c2b0aec91d9565bb029161af41ee /src/RegisterPage.h | |
parent | Fallback to the login screen when the one-time keys cannot be uploaded (diff) | |
download | nheko-0c6a3b6282293b5539d8711663df8d71d45f6892.tar.xz |
Remove captcha dialog from the member list
Diffstat (limited to 'src/RegisterPage.h')
-rw-r--r-- | src/RegisterPage.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/RegisterPage.h b/src/RegisterPage.h index 1f39ab0c..b05cf150 100644 --- a/src/RegisterPage.h +++ b/src/RegisterPage.h @@ -25,10 +25,6 @@ class FlatButton; class RaisedButton; class TextField; -namespace dialogs { -class ReCaptcha; -} - class RegisterPage : public QWidget { Q_OBJECT @@ -77,7 +73,4 @@ private: TextField *password_input_; TextField *password_confirmation_; TextField *server_input_; - - //! ReCaptcha dialog. - std::shared_ptr<dialogs::ReCaptcha> captchaDialog_; }; |