Skip to content

Commit 6b0eaa9

Browse files
committed
fix: some space in refacoring code
1 parent 27b8a73 commit 6b0eaa9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

components/core/SignInModal.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,12 @@ import Modal from "react-bootstrap/Modal";
1111

1212
// sign In providers
1313
import { githubProvider, googleProvider } from "../../utils/Auth/auth-methods";
14+
15+
// auth
1416
import socialMediaAuth from "../../utils/Auth/auth";
1517

1618
const SignInModal = ({ open, setOpen }) => {
19+
1720
const handleOnClick = async (provider) => {
1821
const res = await socialMediaAuth(provider);
1922
await setOpen(false);

0 commit comments

Comments
 (0)