diff options
author | Callum Brown <callum@calcuode.com> | 2021-06-03 13:56:43 +0100 |
---|---|---|
committer | Callum Brown <callum@calcuode.com> | 2021-06-03 13:56:43 +0100 |
commit | b8b0b5c618b2c4251902cda91bee53eef11c4f3f (patch) | |
tree | a0e2ce8900b8ee4637c5feb9902b7c6709b55fdb /src/RegisterPage.h | |
parent | Translated using Weblate (German) (diff) | |
download | nheko-b8b0b5c618b2c4251902cda91bee53eef11c4f3f.tar.xz |
Give registration server input its own error label
Diffstat (limited to '')
-rw-r--r-- | src/RegisterPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RegisterPage.h b/src/RegisterPage.h index 2f05d04c..75d524c9 100644 --- a/src/RegisterPage.h +++ b/src/RegisterPage.h @@ -63,6 +63,7 @@ private: QLabel *error_username_label_; QLabel *error_password_label_; QLabel *error_password_confirmation_label_; + QLabel *error_server_label_; FlatButton *back_button_; RaisedButton *register_button_; |