mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-30 12:14:01 +02:00
Factorize *captcha component
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<x-window ref="window" @closed="() => { $emit('closed'); destroyDom(); }">
|
||||
<x-window ref="window" :width="366" :height="506" @closed="() => { $emit('closed'); destroyDom(); }">
|
||||
<template #header>{{ $t('signup') }}</template>
|
||||
<x-signup :auto-set="autoSet" @signup="onSignup"/>
|
||||
</x-window>
|
||||
|
||||
Reference in New Issue
Block a user