update: add create acount link below login form

This commit is contained in:
weichien00
2021-07-26 12:13:22 +08:00
parent a2e16193aa
commit a55272f556
@@ -28,6 +28,13 @@
<div class="btn btn-block btn-lg btn-primary b-rad-none no-border" @click="submitForm">Sign In</div>
</div>
</div>
<div class="row m-t-15">
<div class="col text-center">
<div class="col">
<p>New Customer? <strong class=" m-b-0 pointer" @click="$store.dispatch('toggleSection', {name: 'registrationSection', status: true})">Create Account</strong></p>
</div>
</div>
</div>
</div>
</div>
</div>