summary refs log tree commit diff
path: root/src/RegisterPage.h
diff options
context:
space:
mode:
authorCallum Brown <callum@calcuode.com>2021-06-03 13:56:43 +0100
committerCallum Brown <callum@calcuode.com>2021-06-03 13:56:43 +0100
commitb8b0b5c618b2c4251902cda91bee53eef11c4f3f (patch)
treea0e2ce8900b8ee4637c5feb9902b7c6709b55fdb /src/RegisterPage.h
parentTranslated using Weblate (German) (diff)
downloadnheko-b8b0b5c618b2c4251902cda91bee53eef11c4f3f.tar.xz
Give registration server input its own error label
Diffstat (limited to '')
-rw-r--r--src/RegisterPage.h1
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_;