Skip to content

Commit

Permalink
Merge pull request #39 from jaikt/patch-1
Browse files Browse the repository at this point in the history
Update NewAccount.php
  • Loading branch information
mahtab2003 authored Dec 6, 2021
2 parents 63daba2 + ae26d41 commit a42621b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/template/NewAccount.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
<div class="col-md-6">
<div class="mb-10 px-10">
<label class="form-label required">Username</label>
<input type="text" name="username" placeholder="Auto implement" class="form-control disabled" readonly>
<input type="text" name="username" placeholder="(generated automatically)" class="form-control disabled" readonly>
</div>
</div>
<div class="col-md-6">
<div class="mb-10 px-10">
<label class="form-label">Password</label>
<input type="password" name="password" placeholder="Leave empty to generate random" class="form-control">
<input type="password" name="password" placeholder="Something unique, leave empty to generate random" class="form-control">
</div>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit a42621b

Please sign in to comment.