Skip to content

Commit

Permalink
Change otp language
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpolman committed Oct 1, 2024
1 parent 316f118 commit 615029b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/studio/src/views/Login.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
</b-form>

<b-form v-else @submit.prevent="onSubmitVerifyOTP">
<BaseFormGroup label="Check your e-mail for the OTP">
<BaseFormGroup label="Check your e-mail for password">
<b-form-input v-model="otp" placeholder="******" />
</BaseFormGroup>
<b-button :disabled="!isOTPValid" variant="primary" type="submit" class="w-100">
<b-spinner v-if="isLoadingOTPVerify" small />
<template v-else>
Verify OTP
Verify one-time password
<BaseIcon icon="chevron-right" class="ms-2" />
</template>
</b-button>
Expand Down

0 comments on commit 615029b

Please sign in to comment.