Skip to content

Commit b901452

Browse files
committed
Remove unused variable
Otherwise this will cause binding erros
1 parent e4a92fb commit b901452

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/resources/config/application.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ faf-api:
7373
registration:
7474
activation-url-format: ${ACTIVATION_URL_FORMAT:https://www.${FAF_DOMAIN}/account/activate?username=%s&token=%s}
7575
subject: ${REGISTRATION_EMAIL_SUBJECT:FAF user registration}
76-
html-format: ${REGISTRATION_EMAIL_BODY:"Registration email body for user {0} with activation link {1}"}
7776
activation-mail-template-path: ${ACCOUNT_ACTIVATION_MAIL_TEMPLATE_PATH:/config/mail/account-activation.html}
7877
welcome-mail-template-path: ${WELCOME_MAIL_TEMPLATE_PATH:/config/mail/welcome-to-faf.html}
7978
replay:

0 commit comments

Comments
 (0)