diff --git a/globals/password_from_pid.go b/globals/password_from_pid.go index f59823c..ae5da83 100644 --- a/globals/password_from_pid.go +++ b/globals/password_from_pid.go @@ -12,7 +12,7 @@ import ( func PasswordFromPID(pid uint32) (string, uint32) { ctx := metadata.NewOutgoingContext(context.Background(), GRPCAccountCommonMetadata) - response, err := GRPCAccountClient.GetNEXPassword(ctx, &pb.GetNEXPasswordRequest{Pid: pid}) + response, err := GRPCAccountClient.GetNEXData(ctx, &pb.GetNEXDataRequest{Pid: pid}) if err != nil { globals.Logger.Error(err.Error()) return "", nex.Errors.RendezVous.InvalidUsername