Skip to content

Commit f85f14a

Browse files
authored
change generic credential button text (#412)
1 parent ca278e0 commit f85f14a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

generic-credential/main.go

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func getInput() (input, error) {
138138
in.PromptInfo.Metadata = make(map[string]string)
139139
}
140140
in.PromptInfo.Metadata["toolContext"] = "credential"
141+
in.PromptInfo.Metadata["authType"] = "generic"
141142
in.PromptInfo.Metadata["toolDisplayName"] = in.PromptInfo.ToolDisplayName
142143

143144
return in, nil

0 commit comments

Comments
 (0)