mirror of
https://github.com/google/nomulus
synced 2026-07-07 08:36:50 +00:00
fd1c364a14
* Remove unnecessary provide method This provider is not used. Instead, depending on if the login is performed on [a remote machine or not](https://github.com/google/nomulus/blob/8bdc77501fcbb4053bf7742ac112b3a0551b44e0/core/src/main/java/google/registry/tools/LoginCommand.java#L43), the instance is created directly in the command. * Remove unused imports