Skip to content

Commit

Permalink
fix: client init
Browse files Browse the repository at this point in the history
  • Loading branch information
wzzc-dev committed Oct 31, 2023
1 parent a28535d commit b637217
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package space.ao.services.support.platform;

//import io.github.ren2003u.authentication.model.ObtainBoxRegKeyResponse;
import io.github.ren2003u.authentication.model.ObtainBoxRegKeyResponse;
import io.github.ren2003u.client.Client;
import io.github.ren2003u.domain.errorHandle.ApiResponse;
//import io.github.ren2003u.register.model.RegisterClientResponse;
//import io.github.ren2003u.register.model.RegisterUserResponse;
import io.github.ren2003u.register.model.RegisterClientResponse;
import io.github.ren2003u.register.model.RegisterUserResponse;
import jakarta.annotation.PostConstruct;
import jakarta.enterprise.context.ApplicationScoped;
import jakarta.inject.Inject;
Expand All @@ -17,9 +17,6 @@
import space.ao.services.support.platform.info.registry.UserRegistryInfo;
import space.ao.services.support.platform.info.registry.UserRegistryResult;
import space.ao.services.support.platform.info.token.TokenVerifySignInfo;
import space.ao.services.support.platform.model.ObtainBoxRegKeyResponse;
import space.ao.services.support.platform.model.RegisterClientResponse;
import space.ao.services.support.platform.model.RegisterUserResponse;
import space.ao.services.support.security.SecurityUtils;

import java.nio.charset.StandardCharsets;
Expand Down

0 comments on commit b637217

Please sign in to comment.