[Frontend] Add SECRET credential type for storing generic sensitive values (#4258)
This commit is contained in:
@@ -62,7 +62,9 @@ function CredentialSelector({ value, onChange }: Props) {
|
||||
<p className="text-xs text-slate-400">
|
||||
{credential.credential_type === "password"
|
||||
? "Password"
|
||||
: "Credit Card"}
|
||||
: credential.credential_type === "credit_card"
|
||||
? "Credit Card"
|
||||
: "Secret"}
|
||||
</p>
|
||||
</div>
|
||||
</CustomSelectItem>
|
||||
|
||||
Reference in New Issue
Block a user