Skip to content

Commit

Permalink
More SpEL findings
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Sandor committed Sep 18, 2024
1 parent 167aedf commit 16f3417
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ public abstract class AccountService {

protected final DefaultEmailService emailService;

@Value("${findfirst.app.domain:http://localhost:9000}") protected String domain;
@Value("${findfirst.app.domain}") protected String domain;

public AccountService(UserManagementService service, DefaultEmailService email) {
this.userManagement = service;
Expand Down

0 comments on commit 16f3417

Please sign in to comment.