Skip to content

Commit

Permalink
Merge pull request #12 from Irtazaraza/hide-password-field
Browse files Browse the repository at this point in the history
hide password field for kgms login
  • Loading branch information
Syed Irtaza Raza authored Feb 8, 2019
2 parents ad786da + 5ed591d commit 3ac45a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/Login/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</div>
<div class="row">
<h1 class="label">Password:</h1>
<input class="input" v-model="password">
<input class="input" type="password" v-model="password">
</div>
<div class="row flex-end">
<loading-button v-on:clicked="loginToKgms()" text="Login" :loading="isLoading" className="btn login-btn"></loading-button>
Expand Down

0 comments on commit 3ac45a6

Please sign in to comment.