Skip to content

Commit

Permalink
revert changes (div -> form)
Browse files Browse the repository at this point in the history
  • Loading branch information
ys64 committed Dec 5, 2024
1 parent 19f9472 commit 2ab887e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/auth/PhoneLogin.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>

<!-- Send SMS -->
<div v-show="confirmationResult === null">
<form v-show="confirmationResult === null">
<div v-if="!relogin" class="mt-4">
<!-- Country Code -->
<div v-if="countries.length > 1">
Expand Down Expand Up @@ -84,10 +84,10 @@
<div class="mt-4 text-xs" v-if="!relogin">
<TermsAndPolicy />
</div>
</div>
</form>

<!-- Verification Code -->
<div v-if="confirmationResult !== null">
<form v-if="confirmationResult !== null">
<div class="mt-4">
<!-- Enter Code -->
<div>
Expand Down Expand Up @@ -149,7 +149,7 @@
{{ $t("sms.sendVerificationCode") }}
</ButtonSubmit>
</div>
</div>
</form>
</div>
</template>

Expand Down

0 comments on commit 2ab887e

Please sign in to comment.