Remove client-side isLoggedIn value
[ProtonMail-WebClient.git] / packages / docs-core / lib / Util / isDevOrBlack.ts
blobb560ff582d41924520192b6ea37d733cbc502e5a
1 export function isLocalEnvironment() {
2   return window.location.host.includes('proton.local')
5 export function isDevOrBlack() {
6   return isLocalEnvironment() || window.location.host.endsWith('proton.black')