Skip to content

Commit

Permalink
remove login guide
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueHorn07 committed Oct 27, 2023
1 parent 9fe78e7 commit adf50b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pages/login.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useState } from 'react'
import { useRouter } from 'next/router'
import { Form, Image, Message } from 'semantic-ui-react'
import { Form, Image } from 'semantic-ui-react'
import styled from 'styled-components'

import LoginLayout from '@/components/layout.raw'
Expand Down Expand Up @@ -34,9 +34,6 @@ const LoginPage = () => {
<SubTitle>관리자 페이지</SubTitle>

<LoginFormDiv>
<Message>
2023.08.13부터 POPO 로그인 방식이 ID/PW에서 Email/PW로 변경 됩니다.
</Message>
<Form>
<Form.Input
required
Expand Down

0 comments on commit adf50b1

Please sign in to comment.