mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-17 01:31:25 +01:00
update event log types
This commit is contained in:
parent
6789b8c8a2
commit
aee0ad53dc
@ -18,9 +18,11 @@ export enum EventType {
|
|||||||
Cipher_ClientViewed = 1107,
|
Cipher_ClientViewed = 1107,
|
||||||
Cipher_ClientToggledPasswordVisible = 1108,
|
Cipher_ClientToggledPasswordVisible = 1108,
|
||||||
Cipher_ClientToggledHiddenFieldVisible = 1109,
|
Cipher_ClientToggledHiddenFieldVisible = 1109,
|
||||||
Cipher_ClientCopiedPassword = 1110,
|
Cipher_ClientToggledCardCodeVisible = 1110,
|
||||||
Cipher_ClientCopedHiddenField = 1111,
|
Cipher_ClientCopiedPassword = 1111,
|
||||||
Cipher_ClientAutofilled = 1112,
|
Cipher_ClientCopiedHiddenField = 1112,
|
||||||
|
Cipher_ClientCopiedCardCode = 1113,
|
||||||
|
Cipher_ClientAutofilled = 1114,
|
||||||
|
|
||||||
Collection_Created = 1300,
|
Collection_Created = 1300,
|
||||||
Collection_Updated = 1301,
|
Collection_Updated = 1301,
|
||||||
|
Loading…
Reference in New Issue
Block a user