Commit ea90c8ea authored by Spark's avatar Spark
Browse files

client

parent b2619b51
......@@ -4,10 +4,9 @@ import { Button, Form, Image, Row, ButtonGroup, Modal, Dropdown, Col } from 'rea
import { Link, useHistory } from 'react-router-dom';
import '../App.css'
import LoginComp from './LoginComp';
import { isLogined, isOauth } from '../utils/Auth';
import LocalCode from '../components/LocalCode';
// import { isOauthChecked } from './../utils/Auth';
import Oauth, { checkAuth, kakaoLogout, unlinkApp } from './../utils/Oauth';
import { kakaoLogout } from '../utils/Oauth';
function MainLayer() {
......
......@@ -2,8 +2,8 @@ import React, { useEffect, useState } from 'react'
import '../App.css'
import { Form, Modal, Button, Row, Col, Image, DropdownButton, ButtonGroup, Dropdown, Card } from 'react-bootstrap';
// import { KAKAO_AUTH_URL } from '../components/Oauth';
import { handleLogin } from '../utils/Auth';
import { isOauth } from '../utils/Auth';
// import { handleLogin } from '../utils/Auth';
// import { isOauth } from '../utils/Auth';
import { LoginWithKakao } from '../utils/Oauth';
function SignupComp() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment