Skip to content

Commit

Permalink
fixed issue #12872
Browse files Browse the repository at this point in the history
  • Loading branch information
anugoyal998 committed Dec 19, 2023
1 parent a8975f5 commit dbee357
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 4,782 deletions.
4 changes: 2 additions & 2 deletions apps/web/pages/auth/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Link from "next/link";
import { useRouter } from "next/navigation";
import { useState } from "react";
import { FormProvider, useForm } from "react-hook-form";
import { FaGoogle } from "react-icons/fa";
import { FcGoogle } from "react-icons/fc";
import { z } from "zod";

import { SAMLLogin } from "@calcom/features/auth/SAMLLogin";
Expand Down Expand Up @@ -244,7 +244,7 @@ inferSSRProps<typeof _getServerSideProps> & WithNonceProps<{}>) {
className="w-full justify-center"
disabled={formState.isSubmitting}
data-testid="google"
StartIcon={FaGoogle}
StartIcon={FcGoogle}
onClick={async (e) => {
e.preventDefault();
await signIn("google");
Expand Down
Loading

0 comments on commit dbee357

Please sign in to comment.