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
ded2f422
Commit
ded2f422
authored
Aug 03, 2021
by
Spark
Browse files
oauth icon"error", timenow Strong 추가
parent
7b62eb2e
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/Utils/Oauth.js
View file @
ded2f422
...
@@ -75,7 +75,7 @@ export function AuthWithKakao(isLogin) {
...
@@ -75,7 +75,7 @@ export function AuthWithKakao(isLogin) {
text
:
isLogin
text
:
isLogin
?
"
🙌 회원가입을 먼저 진행하세요! 🙌
"
?
"
🙌 회원가입을 먼저 진행하세요! 🙌
"
:
"
🙌 이미 존재하는 사용자 입니다! 🙌
"
,
:
"
🙌 이미 존재하는 사용자 입니다! 🙌
"
,
icon
:
"
success
"
,
icon
:
"
error
"
,
customClass
:
"
swal-wide
"
,
customClass
:
"
swal-wide
"
,
confirmButtonText
:
"
확인
"
,
confirmButtonText
:
"
확인
"
,
}).
then
((
result
)
=>
{
}).
then
((
result
)
=>
{
...
...
client/src/components/TimeNow.js
View file @
ded2f422
...
@@ -22,11 +22,13 @@ function TimeNow() {
...
@@ -22,11 +22,13 @@ function TimeNow() {
<
Clock
format
=
{
"
Y년 M월 D일
"
}
/
>
<
Clock
format
=
{
"
Y년 M월 D일
"
}
/
>
<
/Col
>
<
/Col
>
<
Col
className
=
'
d-flex justify-content-center
'
>
<
Col
className
=
'
d-flex justify-content-center
'
>
<
strong
>
<
Clock
<
Clock
format
=
{
"
HH : mm : ss
"
}
format
=
{
"
HH : mm : ss
"
}
ticking
=
{
true
}
ticking
=
{
true
}
timezone
=
{
"
Asia/Seoul
"
}
timezone
=
{
"
Asia/Seoul
"
}
/
>
/
>
<
/strong
>
<
/Col
>
<
/Col
>
<
/Row
>
<
/Row
>
);
);
...
...
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