From c9f19e28ba80ec94e251535d5fc6f16f700f57d9 Mon Sep 17 00:00:00 2001 From: junomano Date: Fri, 12 Dec 2025 03:38:56 +0900 Subject: [PATCH] 251212_login --- bobu/app/components/PersonalInformation.vue | 3436 +++++++++++++++++++ bobu/app/components/TermsofUse.vue | 2243 ++++++++++++ bobu/app/components/auth/register-form.vue | 718 ++++ bobu/app/components/auth/user-login.vue | 243 ++ bobu/app/pages/login.vue | 4 +- bobu/app/pages/register.vue | 20 + 6 files changed, 6662 insertions(+), 2 deletions(-) create mode 100644 bobu/app/components/PersonalInformation.vue create mode 100644 bobu/app/components/TermsofUse.vue create mode 100644 bobu/app/components/auth/register-form.vue create mode 100644 bobu/app/components/auth/user-login.vue create mode 100644 bobu/app/pages/register.vue diff --git a/bobu/app/components/PersonalInformation.vue b/bobu/app/components/PersonalInformation.vue new file mode 100644 index 0000000..e6b56e8 --- /dev/null +++ b/bobu/app/components/PersonalInformation.vue @@ -0,0 +1,3436 @@ + diff --git a/bobu/app/components/TermsofUse.vue b/bobu/app/components/TermsofUse.vue new file mode 100644 index 0000000..0adee9e --- /dev/null +++ b/bobu/app/components/TermsofUse.vue @@ -0,0 +1,2243 @@ + diff --git a/bobu/app/components/auth/register-form.vue b/bobu/app/components/auth/register-form.vue new file mode 100644 index 0000000..c63bc7b --- /dev/null +++ b/bobu/app/components/auth/register-form.vue @@ -0,0 +1,718 @@ + + + + + diff --git a/bobu/app/components/auth/user-login.vue b/bobu/app/components/auth/user-login.vue new file mode 100644 index 0000000..fcd5ffa --- /dev/null +++ b/bobu/app/components/auth/user-login.vue @@ -0,0 +1,243 @@ + + + diff --git a/bobu/app/pages/login.vue b/bobu/app/pages/login.vue index c7e2d04..e2b5973 100644 --- a/bobu/app/pages/login.vue +++ b/bobu/app/pages/login.vue @@ -4,11 +4,11 @@ TO manage
- +