You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: credhub/auth/oauth.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,7 @@ func (a *OAuthStrategy) requestToken() error {
150
150
}
151
151
152
152
iferr!=nil {
153
-
returnfmt.Errorf(fmt.Sprintf("Error getting token. Your token may have expired and could not be refreshed. Please try logging in again. [%s]", err.Error()))
153
+
returnfmt.Errorf("Error getting token. Your token may have expired and could not be refreshed. Please try logging in again. [%s]", err.Error())
0 commit comments