From: dullbananas Date: Mon, 26 Jun 2023 19:57:23 +0000 (-0700) Subject: Indicate valid and invalid fields in signup form (#1450) X-Git-Url: http://these/git/?a=commitdiff_plain;h=7efc136ff51065a9ccfb025abd0f88af155a2b85;p=lemmy-ui.git Indicate valid and invalid fields in signup form (#1450) * Use was-validated class in signup form * Update signup.tsx * Update signup.tsx --------- Co-authored-by: SleeplessOne1917 --- diff --git a/src/shared/components/home/signup.tsx b/src/shared/components/home/signup.tsx index a2d960d..516cd43 100644 --- a/src/shared/components/home/signup.tsx +++ b/src/shared/components/home/signup.tsx @@ -140,7 +140,10 @@ export class Signup extends Component { registerForm() { const siteView = this.state.siteRes.site_view; return ( -
+
{this.titleName(siteView)}
{this.isLemmyMl && (