[ui] disable sign in button in global footer

This commit is contained in:
nymkappa
2024-03-09 17:33:38 +09:00
parent c3d90d573f
commit 10819fda6d
3 changed files with 3 additions and 4 deletions

View File

@@ -89,6 +89,7 @@ const defaultEnv: Env = {
})
export class StateService {
isBrowser: boolean = isPlatformBrowser(this.platformId);
isMempoolSpaceBuild = window['isMempoolSpaceBuild'] ?? false;
network = '';
lightning = false;
blockVSize: number;