Fixed 2 elements with same id
This commit is contained in:
parent
ffa9d81cf8
commit
3d4d56f616
@ -55,8 +55,8 @@ async function signup(ev) {
|
||||
<label for="floatingPassword">Password</label>
|
||||
</div>
|
||||
<div class="form-floating">
|
||||
<input type="text" v-model="refe" class="form-control" id="floatingInput" placeholder="">
|
||||
<label for="floatingInput">Referral Code</label>
|
||||
<input type="text" v-model="refe" class="form-control" id="floatingCode" placeholder="">
|
||||
<label for="floatingCode">Referral Code</label>
|
||||
</div>
|
||||
<div class="form-floating">
|
||||
<p> {{ err }} </p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user