Skip to content

Commit 04457b4

Browse files
committed
Security Bug Fixed
1 parent 9a08a52 commit 04457b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bioMedical/src/main/resources/application.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
# ===============================
1111

1212
spring.mail.host = smtp.gmail.com
13-
spring.mail.username = [email protected]
14-
spring.mail.password = eclipsejava
13+
spring.mail.username =
14+
spring.mail.password =
1515
spring.mail.port = 587
1616
spring.mail.properties.mail.smtp.auth = true
1717
spring.mail.properties.mail.smtp.starttls.enable = true

0 commit comments

Comments
 (0)