Skip to content

Commit

Permalink
Merge pull request #448 from HarperDB/stage
Browse files Browse the repository at this point in the history
v4.8.12
  • Loading branch information
deliciousmonster authored Dec 13, 2024
2 parents d9b0df6 + 74a066b commit 9daa75f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "harperdb-studio",
"version": "4.8.11",
"version": "4.8.12",
"description": "A UI for HarperDB",
"deploymentUrl": "studio.harperdb.io",
"private": true,
Expand Down
3 changes: 3 additions & 0 deletions src/components/auth/SignUp.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ function SignUp() {
id="firstname"
name="fname"
required
maxLength={40}
autoComplete="given-name"
type="text"
title="first name"
Expand All @@ -59,6 +60,7 @@ function SignUp() {
<Input
id="lastname"
name="lname"
maxLength={40}
required
autoComplete="family-name"
type="text"
Expand All @@ -75,6 +77,7 @@ function SignUp() {
id="email"
autoComplete="email"
name="email"
maxLength={80}
required
className="mb-2"
type="text"
Expand Down

0 comments on commit 9daa75f

Please sign in to comment.