Skip to content

Commit

Permalink
Removed unwanted changes (#1wf7518)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashu22tiwari committed Jan 27, 2022
1 parent fcf18c2 commit 5f2495e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 0 additions & 6 deletions changelogs/unreleased/-1ym3jwv.yml

This file was deleted.

6 changes: 3 additions & 3 deletions src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
<img src="../assets/images/hc.png"/>

<ion-item lines="full">
<ion-label position="fixed">{{ $t("OMS") }}</ion-label>
<ion-label>{{ $t("OMS") }}</ion-label>
<ion-input name="instanceUrl" v-model="instanceUrl" id="instanceUrl" type="text" required />
</ion-item>
<ion-item lines="full">
<ion-label position="fixed">{{ $t("Username") }}</ion-label>
<ion-label>{{ $t("Username") }}</ion-label>
<ion-input name="username" v-model="username" id="username" type="text" required />
</ion-item>
<ion-item lines="none">
<ion-label position="fixed">{{ $t("Password") }}</ion-label>
<ion-label>{{ $t("Password") }}</ion-label>
<ion-input name="password" v-model="password" id="password" type="password" required />
</ion-item>

Expand Down

0 comments on commit 5f2495e

Please sign in to comment.