Skip to content

Commit

Permalink
Implemented: go to apps button in login page in oms input and usernam…
Browse files Browse the repository at this point in the history
…e and password input
  • Loading branch information
sanskar345 committed Aug 8, 2023
1 parent bc1fe94 commit 225ea53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
<ion-icon slot="end" :icon="arrowForwardOutline" />
</ion-button>
</div>
<ion-fab @click="router.push('/')" vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button color="medium">
<ion-icon :icon="gridOutline" />
</ion-fab-button>
</ion-fab>
</section>

<section v-else>
Expand All @@ -47,6 +42,11 @@
</div>
</section>
</form>
<ion-fab @click="router.push('/')" vertical="bottom" horizontal="end" slot="fixed">
<ion-fab-button color="medium">
<ion-icon :icon="gridOutline" />
</ion-fab-button>
</ion-fab>
</div>
</ion-content>
</ion-page>
Expand Down

0 comments on commit 225ea53

Please sign in to comment.