File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,13 @@ const AuthFormBlock = styled.div`
56
56
}
57
57
` ;
58
58
59
+ const Warning = styled . div `
60
+ margin-top: 1rem;
61
+ margin-bottom: 1rem;
62
+ font-size: 0.875rem;
63
+ color: ${ themedPalette . text3 } ;
64
+ ` ;
65
+
59
66
export interface AuthFormProps {
60
67
mode : AuthMode ;
61
68
loading : boolean ;
@@ -101,6 +108,12 @@ const AuthForm: React.FC<AuthFormProps> = ({
101
108
< section >
102
109
< h4 > 소셜 계정으로 { modeText } </ h4 >
103
110
< AuthSocialButtonGroup currentPath = { currentPath } />
111
+ < Warning >
112
+ 현재 페이스북 로그인이 정상적으로 작동하지 않으며 고치는중에
113
+ 있습니다. 페이스북 계정과 같은 이메일로 로그인을 시도하시거나, 해당
114
+ 계정에 이메일이 설정되어 있지 않다면
[email protected] 로 문의 메일을
115
+ 보내주세요.
116
+ </ Warning >
104
117
</ section >
105
118
</ div >
106
119
< div className = "foot" >
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const AuthModalBlock = styled.div<{ visible: boolean }>`
21
21
z-index: ${ zIndexes . AuthModal } ;
22
22
.wrapper {
23
23
width: 606px;
24
- height: 480px ;
24
+ height: 530px ;
25
25
${ media . small } {
26
26
flex: 1;
27
27
width: auto;
You can’t perform that action at this time.
0 commit comments