Remove google login for now
This commit is contained in:
@@ -94,7 +94,7 @@ export default function LoginPage() {
|
|||||||
</svg>
|
</svg>
|
||||||
Continue with Github
|
Continue with Github
|
||||||
</Button>
|
</Button>
|
||||||
{env.NEXT_PUBLIC_IS_CLOUD ? (
|
{/* {env.NEXT_PUBLIC_IS_CLOUD ? (
|
||||||
<Button
|
<Button
|
||||||
className="w-[350px]"
|
className="w-[350px]"
|
||||||
size="lg"
|
size="lg"
|
||||||
@@ -109,7 +109,7 @@ export default function LoginPage() {
|
|||||||
</svg>
|
</svg>
|
||||||
Continue with Google
|
Continue with Google
|
||||||
</Button>
|
</Button>
|
||||||
) : null}
|
) : null} */}
|
||||||
{env.NEXT_PUBLIC_IS_CLOUD ? (
|
{env.NEXT_PUBLIC_IS_CLOUD ? (
|
||||||
<>
|
<>
|
||||||
<div className=" flex w-[350px] items-center justify-between gap-2">
|
<div className=" flex w-[350px] items-center justify-between gap-2">
|
||||||
|
Reference in New Issue
Block a user