Skip to content

Commit

Permalink
fix: fix typo in SignIn.vue (#6921)
Browse files Browse the repository at this point in the history
Forget your password? the text has a typo
  • Loading branch information
sksabircn authored Oct 20, 2020
1 parent 38350d7 commit 537c10a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div v-bind:class="amplifyUI.inputLabel">{{$Amplify.I18n.get('Password')}} *</div>
<input v-bind:class="amplifyUI.input" v-model="password" type="password" :placeholder="$Amplify.I18n.get('Enter your password')" v-on:keyup.enter="signIn" v-bind:data-test="auth.signIn.passwordInput" />
<div v-bind:class="amplifyUI.hint">
{{$Amplify.I18n.get('Forget your password? ')}}
{{$Amplify.I18n.get('Forgot your password? ')}}
<a v-bind:class="amplifyUI.a" v-on:click="forgot" v-bind:data-test="auth.signIn.forgotPasswordLink">{{$Amplify.I18n.get('Reset password')}}</a>
</div>
</div>
Expand Down

0 comments on commit 537c10a

Please sign in to comment.