From a015c52dbd3216ee1a87e3bc84c4ec95dbaf3a97 Mon Sep 17 00:00:00 2001 From: icurfer Date: Tue, 20 May 2025 13:57:11 +0900 Subject: [PATCH] =?UTF-8?q?ssh=ED=82=A4=20=EB=93=B1=EB=A1=9D=20=EA=B8=B0?= =?UTF-8?q?=EB=8A=A5=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Profile/EditForm.js | 69 ++++++++++++---------------- src/pages/Profile/SSHKeyForm.js | 79 +++++++++++++++++++++++++++++++++ src/pages/Profile/index.js | 63 +++++++++++++++++++++----- version | 2 +- 4 files changed, 160 insertions(+), 53 deletions(-) create mode 100644 src/pages/Profile/SSHKeyForm.js diff --git a/src/pages/Profile/EditForm.js b/src/pages/Profile/EditForm.js index e2dc188..e493876 100644 --- a/src/pages/Profile/EditForm.js +++ b/src/pages/Profile/EditForm.js @@ -1,53 +1,40 @@ +// ✅ EditForm.js import React from 'react'; function EditForm({ form, onChange, onSubmit }) { return ( -
-

회원정보 수정

+ + -
- - -
+ -
- - -
+