1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

rename enum from basedomain => domain

This commit is contained in:
Kyle Spearrin
2018-03-02 13:50:26 -05:00
parent 0d80216921
commit 913336280a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
export enum UriMatchType {
BaseDomain = 0,
Domain = 0,
Host = 1,
StartsWith = 2,
Exact = 3,