Commit 5dfc26a1 authored by KangMin An's avatar KangMin An
Browse files

Merge branch 'who' into premaster

parents fe677cec 7e6db371
......@@ -11,7 +11,8 @@ function Footer() {
style={{ fontSize: '0.8em' }}>
<hr />
<Col style={{ display: 'flex', color: 'gray', fontWeight: '300', alignItems: 'center', justifyContent: 'center' }}>
© 2021 TEAM EUE. All rights reserved
© 2021 TEAM EUE. All rights reserved <br />
문의 : dev0gomgom@gmail.com
</Col>
<Col>
<a href='https://www.notion.so/EUE-047f1812c6c24096a528dfd3330c227d'
......@@ -20,7 +21,9 @@ function Footer() {
<strong>
TEAM EUE
</strong>
</a> <br />안강민, 박상호, 박예은
</a>
<br />
안강민, 박상호, 박예은
</Col>
</Row>
</Container >
......
......@@ -40,7 +40,7 @@ function LoginComp() {
const newLink = 'https://www.' + afterAt;
window.location.replace(newLink);
}
else if (afterAt == 'korea.ac.kr') {
if (afterAt === 'korea.ac.kr') {
window.location.replace('https://www.gmail.com');
}
}
......
......@@ -17,7 +17,9 @@ function UsingAircon() {
useEffect(() => {
callUserInfo().then((res) => {
setAirUsing(res[0]['using_aircon'])
if (isLogined()) {
setAirUsing(res[0]['using_aircon'])
}
})
}, [])
......
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