From 91074c2a8fee73562a3457e048089c478dfd7e41 Mon Sep 17 00:00:00 2001
From: eunsoni <esk12704@gmail.com>
Date: Thu, 14 Nov 2024 18:44:43 +0900
Subject: [PATCH 1/3] =?UTF-8?q?feat:=20=EA=B4=80=EB=A6=AC=EC=9E=90=20?=
 =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=20?=
 =?UTF-8?q?=EC=A0=95=EB=B3=B4=20=EB=AA=85=EC=8B=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/templates/point/login.html | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/resources/templates/point/login.html b/src/main/resources/templates/point/login.html
index eedda3a..f81c04d 100644
--- a/src/main/resources/templates/point/login.html
+++ b/src/main/resources/templates/point/login.html
@@ -18,6 +18,8 @@ <h1>Admin Login</h1>
         <input id="password" name="password" required type="password">
     </div>
     <button type="submit">Login</button>
+    <h5 style="color: blue;">안녕하세요 멘토님:) 관리자 로그인 정보는</h5>
+    <h5 style="color: blue;">[아이디: admin@kakao.com, 비밀번호: admin123] 입니다</h5>
 </form>
 
 <div id="errorMessage" style="color:orange;"></div>

From 02e52210c633147494f478ae799de8f3785887eb Mon Sep 17 00:00:00 2001
From: eunsoni <esk12704@gmail.com>
Date: Thu, 14 Nov 2024 18:45:00 +0900
Subject: [PATCH 2/3] =?UTF-8?q?refactor:=20=EC=A3=BC=EC=84=9D=EC=82=AD?=
 =?UTF-8?q?=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/static/css/login.css | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/static/css/login.css b/src/main/resources/static/css/login.css
index 9e00456..3db7a4e 100644
--- a/src/main/resources/static/css/login.css
+++ b/src/main/resources/static/css/login.css
@@ -1,7 +1,8 @@
 /* 기본 스타일 설정 */
 body {
-    font-family: Arial, sans-serif;
-    background-color: #f4f7fb; /* 연한 배경색 */
+    font-family: Arial,
+    sans-serif;
+    background-color: #f4f7fb;
     margin: 0;
     padding: 0;
     color: #333;

From f0e33ddf819dbf2ed419c412d15cc15692eefeec Mon Sep 17 00:00:00 2001
From: eunsoni <esk12704@gmail.com>
Date: Thu, 14 Nov 2024 19:18:36 +0900
Subject: [PATCH 3/3] =?UTF-8?q?refactor:=20=EC=A3=BC=EC=84=9D=EC=82=AD?=
 =?UTF-8?q?=EC=A0=9C?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/main/resources/static/css/login.css | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main/resources/static/css/login.css b/src/main/resources/static/css/login.css
index 3db7a4e..efa08b9 100644
--- a/src/main/resources/static/css/login.css
+++ b/src/main/resources/static/css/login.css
@@ -1,7 +1,5 @@
-/* 기본 스타일 설정 */
 body {
-    font-family: Arial,
-    sans-serif;
+    font-family: Arial,sans-serif;
     background-color: #f4f7fb;
     margin: 0;
     padding: 0;