refactor(cliproxy): remove unused access provider refresh logic

This commit is contained in:
hkfires
2025-09-28 08:59:17 +08:00
parent 19b10cb894
commit 5888e04654
3 changed files with 2 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import (
)
// Separator used to visually group related log lines.
var credentialSeparator = strings.Repeat("-", 70)
var credentialSeparator = strings.Repeat("-", 67)
// LogSavingCredentials emits a consistent log message when persisting auth material.
func LogSavingCredentials(path string) {