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/%7B%60%24%7BarchiveUrl%7D/static/%7BfrontRss%7D?a=commitdiff_plain;h=dd09b3cadece112f4ccf42b751b9bf180e6590d3;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 && (