Skip to content

Commit 6129f71

Browse files
committed
코드 복구 - 비밀번호 제거(properties에 넣는 방식으로 바꿔야 할듯)
1 parent a411179 commit 6129f71

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/resource/EmailResource.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ public static String getMailserver() {
66
}
77

88
public static String getUsername() {
9-
return "이메일";
9+
return "이메일 입력하기";
1010
}
1111
public static String getUserpwd() {
12-
return "비밀번호";
12+
return "비밀번호 입력하기";
1313
}
1414

1515
}

0 commit comments

Comments
 (0)