mirror of
https://github.com/bitwarden/server.git
synced 2025-07-12 21:27:35 -05:00
basedomain => domain
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
{
|
||||
public enum UriMatchType : byte
|
||||
{
|
||||
BaseDomain = 0,
|
||||
Domain = 0,
|
||||
FullHostname = 1,
|
||||
StartsWith = 2,
|
||||
Exact = 3,
|
||||
|
Reference in New Issue
Block a user