Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Changed captcha "beep boop" messages #275

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/views/LoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div v-if="currentPage === 1" class="captcha-box">
<div class="input captcha-input">
<div class="input-text">
Beep Boop
Beep blorp, bloop bleep?
<span v-if="reCaptcha.alert" class="error"
>- {{ reCaptcha.alert }}</span
>
Expand Down
2 changes: 1 addition & 1 deletion src/views/RegisterPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
</form>
<div v-if="currentPage === 1" class="captcha-box">
<div class="input captcha-input">
<div class="input-text">Beep Boop</div>
<div class="input-text">Beep blorp, bloop bleep?</div>
<div class="captcha">
<Recaptcha ref="recaptcha" @verify="captchaSubmit" />
</div>
Expand Down