We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b8a73 commit 6b0eaa9Copy full SHA for 6b0eaa9
1 file changed
components/core/SignInModal.js
@@ -11,9 +11,12 @@ import Modal from "react-bootstrap/Modal";
11
12
// sign In providers
13
import { githubProvider, googleProvider } from "../../utils/Auth/auth-methods";
14
+
15
+// auth
16
import socialMediaAuth from "../../utils/Auth/auth";
17
18
const SignInModal = ({ open, setOpen }) => {
19
20
const handleOnClick = async (provider) => {
21
const res = await socialMediaAuth(provider);
22
await setOpen(false);
0 commit comments