Skip to content

Commit

Permalink
V1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonchao committed Mar 20, 2024
1 parent 60b6ca1 commit 6094657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/login.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button, Input } from "@nextui-org/react";
import Link from "next/link";
import { useState, useMemo } from "react";
import Oauth2 from "@/components/auth/oauth2";
import Oauth2 from "@/components/auth/Oauth2";
import { useRouter } from "next/router";
import { EyeFilledIcon, EyeSlashFilledIcon } from "@/icons";
import { login } from "@/utils/firebaseAuth";
Expand Down

0 comments on commit 6094657

Please sign in to comment.