fix global variabel default password
This commit is contained in:
		| @@ -18,7 +18,7 @@ import org.springframework.stereotype.Service; | ||||
| @Service | ||||
| public class PostCreateUserService implements BaseService<UsersRequest, UsersResponse> { | ||||
|  | ||||
|     @Value("${config.default-password:plgg123}") | ||||
|     @Value("${config.password.default-password:plgg123}") | ||||
|     private String defaultPassword; | ||||
|  | ||||
|     private UsersRepository usersRepository; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user