Skip to content

Commit

Permalink
Data is modifed in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
MahendarReddyY committed Jan 27, 2025
1 parent 7030a62 commit 58404cb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public AuthenticationManagerBuilder(ObjectPostProcessor<Object> objectPostProces
public AuthenticationManagerBuilder(
org.springframework.security.config.annotation.ObjectPostProcessor<Object> objectPostProcessor) {
super(objectPostProcessor, true);
System.out.println("data is secured");
}

/**
Expand Down

0 comments on commit 58404cb

Please sign in to comment.