Skip to content

Commit 69c3af9

Browse files
committed
보안사항 수정
1 parent 9773085 commit 69c3af9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/example/firstproject/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 "yongwoo1207@naver.com";
9+
return "이메일";
1010
}
1111
public static String getUserpwd() {
12-
return "gnem36zjvl";
12+
return "비밀번호";
1313
}
1414

1515
}

0 commit comments

Comments
 (0)