Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
eue
Commits
ea90c8ea
Commit
ea90c8ea
authored
Jul 20, 2021
by
Spark
Browse files
client
parent
b2619b51
Changes
2
Hide whitespace changes
Inline
Side-by-side
client/src/components/MainLayer.js
View file @
ea90c8ea
...
...
@@ -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
()
{
...
...
client/src/components/SignupComp.js
View file @
ea90c8ea
...
...
@@ -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
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment