change registration loading section

This commit is contained in:
omair saleh
2021-09-01 15:18:57 +08:00
parent 278145e211
commit d9f3ad74ca
@@ -61,7 +61,7 @@
<loading-component style="height: 350px;" key="1" color="primary" v-show="$store.getters.isLoading('loginSection')"></loading-component>
<div class="row justify-content-center" v-show="!$store.getters.isLoading('loginSection')">
<div class="col">
<registration-form-component section="registrationSection"></registration-form-component>
<registration-form-component section="loginSection"></registration-form-component>
</div>
</div>
</div>