diff --git a/internal/secret/app/command/show.go b/internal/secret/app/command/show.go index 0478215..6939546 100644 --- a/internal/secret/app/command/show.go +++ b/internal/secret/app/command/show.go @@ -42,7 +42,7 @@ func (h *ShowHandler) Handle(ctx context.Context, p *ShowPayload) error { return err } - p.Decoded = s + p.Decoded = &s p.Decoded.Body = decrypted return nil