enhance: require captcha for signin (MisskeyIO#742)
Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
This commit is contained in:
parent
c5f5602301
commit
32aa76485f
4 changed files with 72 additions and 2 deletions
|
@ -91,6 +91,7 @@ if (loaded || props.provider === 'mcaptcha') {
|
|||
|
||||
function reset() {
|
||||
if (captcha.value.reset) captcha.value.reset();
|
||||
emit('update:modelValue', null);
|
||||
}
|
||||
|
||||
async function requestRender() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue