This commit is contained in:
parent
a11069e7a2
commit
c292268bc8
|
|
@ -31,24 +31,24 @@ export function OAuthSignIn() {
|
||||||
// }
|
// }
|
||||||
// };
|
// };
|
||||||
|
|
||||||
// return (
|
return (
|
||||||
// <div className="flex flex-col gap-2">
|
<div className="flex flex-col gap-2">
|
||||||
// <OAuthButton onClick={() => oauthSignIn("oauth_github")}>
|
{/* <OAuthButton onClick={() => oauthSignIn("oauth_github")}>
|
||||||
// {isLoading === "oauth_github" ? (
|
{isLoading === "oauth_github" ? (
|
||||||
// <Loading className="w-6 h-6" />
|
<Loading className="w-6 h-6" />
|
||||||
// ) : (
|
) : (
|
||||||
// <IconGitHub className="w-6 h-6" />
|
<IconGitHub className="w-6 h-6" />
|
||||||
// )}
|
)}
|
||||||
// GitHub
|
GitHub
|
||||||
// </OAuthButton>
|
</OAuthButton>
|
||||||
// <OAuthButton onClick={() => oauthSignIn("oauth_google")}>
|
<OAuthButton onClick={() => oauthSignIn("oauth_google")}>
|
||||||
// {isLoading === "oauth_google" ? (
|
{isLoading === "oauth_google" ? (
|
||||||
// <Loading className="w-6 h-6" />
|
<Loading className="w-6 h-6" />
|
||||||
// ) : (
|
) : (
|
||||||
// <IconGoogle className="w-6 h-6" />
|
<IconGoogle className="w-6 h-6" />
|
||||||
// )}
|
)}
|
||||||
// Google
|
Google
|
||||||
// </OAuthButton>
|
</OAuthButton> */}
|
||||||
// </div>
|
</div>
|
||||||
// );
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue