From 21be8e526ff000a2d39e0a7ccd5dc19c3d33e12c Mon Sep 17 00:00:00 2001 From: Arik Chakma Date: Mon, 3 Apr 2023 23:41:34 +0600 Subject: [PATCH] chore: keep spinner after success to redirect --- src/components/Login/GithubLogin.astro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/components/Login/GithubLogin.astro b/src/components/Login/GithubLogin.astro index 17d487c8d..fec6a488c 100644 --- a/src/components/Login/GithubLogin.astro +++ b/src/components/Login/GithubLogin.astro @@ -4,7 +4,7 @@ import Spinner from '../Spinner.astro'; ---