+
로그인
@@ -77,17 +77,11 @@ const submitSignIn = async () => {
diff --git a/pages/signup.vue b/pages/signup.vue
index ad09ebc..43794d8 100644
--- a/pages/signup.vue
+++ b/pages/signup.vue
@@ -29,6 +29,9 @@ const errors = reactive({
passwordConfirm: ''
})
+const showSignupPassword = ref(false)
+const showSignupPasswordConfirm = ref(false)
+
const canResend = computed(() => resendCooldown.value <= 0)
const welcomeTitle = computed(() => `Welcome to ${siteSettings.value?.title || 'AFFiNE'}`)
const welcomeDescription = computed(() => siteSettings.value?.description || 'Configure your Self Host AFFiNE with a few simple settings.')
@@ -165,7 +168,7 @@ onBeforeUnmount(() => {
-
+
@@ -215,13 +218,18 @@ onBeforeUnmount(() => {
{{ errors.password }}
@@ -229,13 +237,18 @@ onBeforeUnmount(() => {
{{ errors.passwordConfirm }}