From 0688968c2214a536386fb7d00b352a0d64a5537f Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Wed, 29 Mar 2023 22:40:59 +0600 Subject: [PATCH] chore: signup page --- src/pages/signup.astro | 37 +++++-------------------------------- 1 file changed, 5 insertions(+), 32 deletions(-) diff --git a/src/pages/signup.astro b/src/pages/signup.astro index 3ca70402c..615d947c2 100644 --- a/src/pages/signup.astro +++ b/src/pages/signup.astro @@ -1,6 +1,7 @@ --- import CaptchaFields from '../components/Captcha/CaptchaFields.astro'; import CaptchaScripts from '../components/Captcha/CaptchaScripts.astro'; +import { GithubLoginButton, GoogleLoginButton } from '../components/Login/LoginComponent'; import BaseLayout from '../layouts/BaseLayout.astro'; --- @@ -24,38 +25,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';

-
- - - - - - - - - - - +
+ + +