mirror of
https://github.com/bitwarden/jslib
synced 2025-12-21 02:33:37 +00:00
rename enum from basedomain => domain
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export enum UriMatchType {
|
||||
BaseDomain = 0,
|
||||
Domain = 0,
|
||||
Host = 1,
|
||||
StartsWith = 2,
|
||||
Exact = 3,
|
||||
|
||||
Reference in New Issue
Block a user