mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Remove action variables
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
export const ACTION_LOGIN = "login";
|
||||
export const ACTION_LOGOUT = "logout";
|
||||
export const ACTION_ADD_SECRETS = "addSecrets";
|
||||
export const ACTION_DELETE_SECRETS = "deleteSecrets";
|
||||
export const ACTION_UPDATE_SECRETS = "updateSecrets";
|
||||
export const ACTION_READ_SECRETS = "readSecrets";
|
||||
@@ -1,4 +1,3 @@
|
||||
export * from "./action";
|
||||
export * from "./authentication";
|
||||
export * from "./crypto";
|
||||
export * from "./environment";
|
||||
|
||||
Reference in New Issue
Block a user