Skip to content

Commit

Permalink
Update auth placeholders.
Browse files Browse the repository at this point in the history
  • Loading branch information
muazhari committed Aug 7, 2023
1 parent 855de1a commit f783a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/authentications/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export default function Login() {
</fieldset>
<fieldset className="form-group pb-2">
<label htmlFor="password">Password<label htmlFor="code" className="text-danger">*</label></label>
<Field type="password" name="password" className="form-control mt-2" placeholder="Passowrd must have at least 6 characters"/>
<Field type="password" name="password" className="form-control mt-2" placeholder="Password must have at least 6 characters"/>
<ErrorMessage name="password" component="div" className="text-danger"/>
</fieldset>
<button type="submit" className="btn btn-primary">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/authentications/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export default function Register() {
</fieldset>
<fieldset className="form-group">
<label htmlFor="password">Password<label htmlFor="code" className="text-danger">*</label></label>
<Field type="password" name="password" className="form-control mt-2" placeholder="Passowrd must have at least 6 characters"/>
<Field type="password" name="password" className="form-control mt-2" placeholder="Password must have at least 6 characters"/>
<ErrorMessage name="password" component="div" className="text-danger"/>
</fieldset>
<fieldset className="form-group">
Expand Down

0 comments on commit f783a4b

Please sign in to comment.