From f99e932432c76e5c90fa64451bc092c2e0572fae Mon Sep 17 00:00:00 2001 From: darkweak Date: Tue, 5 Nov 2024 21:34:35 +0100 Subject: [PATCH] fix(key): return stars to show key is hidden --- pkg/rfc/cache_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rfc/cache_status.go b/pkg/rfc/cache_status.go index f02132fb7..804f8da16 100644 --- a/pkg/rfc/cache_status.go +++ b/pkg/rfc/cache_status.go @@ -67,7 +67,7 @@ func GetCacheKeyFromCtx(currentCtx ctx.Context) string { } } - return "" + return "*****" } // MissCache set miss fwd