is there any alternative for the following code? ```java @Bean public PasswordEncoder passwordEncoder(){ return NoOpPasswordEncoder.getInstance(); } ```
is there any alternative for the following code?