[Frontend] Add SECRET credential type for storing generic sensitive values (#4258)
This commit is contained in:
@@ -6,6 +6,7 @@ const typeParam = "type";
|
||||
export const CredentialModalTypes = {
|
||||
PASSWORD: "password",
|
||||
CREDIT_CARD: "credit-card",
|
||||
SECRET: "secret",
|
||||
} as const;
|
||||
|
||||
export type CredentialModalType =
|
||||
|
||||
Reference in New Issue
Block a user