We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fecc25a commit ecd4ae5Copy full SHA for ecd4ae5
1 file changed
libs/auth/config_type.go
@@ -41,6 +41,9 @@ func ResolveConfigType(cfg *config.Config) config.ConfigType {
41
return configType
42
}
43
44
+ // The WorkspaceConfig return is a no-op when configType is already
45
+ // WorkspaceConfig, but is needed for InvalidConfig (legacy IsUnifiedHost
46
+ // profiles where the SDK dropped the UnifiedHost case in v0.126.0).
47
if cfg.WorkspaceID != "" && cfg.WorkspaceID != WorkspaceIDNone {
48
return config.WorkspaceConfig
49
0 commit comments