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>
|
<label for="floatingPassword">Password</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
<input type="text" v-model="refe" class="form-control" id="floatingInput" placeholder="">
|
<input type="text" v-model="refe" class="form-control" id="floatingCode" placeholder="">
|
||||||
<label for="floatingInput">Referral Code</label>
|
<label for="floatingCode">Referral Code</label>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-floating">
|
<div class="form-floating">
|
||||||
<p> {{ err }} </p>
|
<p> {{ err }} </p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user