diff options
author | Callum Brown <callum@calcuode.com> | 2021-08-05 16:41:40 +0100 |
---|---|---|
committer | Callum Brown <callum@calcuode.com> | 2021-08-05 17:25:37 +0100 |
commit | bd31726f2ff103dda7c84b8a6e801d15404ac96b (patch) | |
tree | 2de591450421f3a37603e97ce792e70bd99b3110 /src | |
parent | Make things private slots (diff) | |
download | nheko-bd31726f2ff103dda7c84b8a6e801d15404ac96b.tar.xz |
Allow all characters when checking server input
So IDNs are not rejected. Invalid server names will be caught later.
Diffstat (limited to 'src')
-rw-r--r-- | src/RegisterPage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/RegisterPage.cpp b/src/RegisterPage.cpp |