mirror of
https://github.com/netbirdio/dashboard.git
synced 2026-01-26 01:21:04 +00:00
Add wiretrustee.com domain to "hosted" variants
This commit is contained in:
@@ -93,7 +93,7 @@ export const copyToClipboard = (copyText) => {
|
||||
}
|
||||
|
||||
export const isNetBirdHosted = () => {
|
||||
return window.location.hostname.endsWith(".netbird.io")
|
||||
return window.location.hostname.endsWith(".netbird.io") || window.location.hostname.endsWith(".wiretrustee.com")
|
||||
}
|
||||
|
||||
export const isLocalDev = () => {
|
||||
|
||||
Reference in New Issue
Block a user