Skip to content

Commit

Permalink
function configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyg37 committed Oct 15, 2024
1 parent 1619340 commit 4f40828
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/form/GoogleSignup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { fetchUserData } from "./SignInForm";
import useCountry from "../../hooks/useCountry";
import { Token } from "../../utils/utils";

/* codeclimate-disable-next-line complexity */
const GoogleSignup = () => {
const [isSuccess, setIsSuccess] = useState(false);
const [isAnError, setError] = useState<string | null>(null);
Expand Down

0 comments on commit 4f40828

Please sign in to comment.