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';

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