[footer] refresh auth state in real time

This commit is contained in:
nymkappa
2024-07-01 14:33:19 +09:00
parent 7ed35b955d
commit b91f195955
4 changed files with 17 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import { Router, NavigationStart } from '@angular/router';
import { Injectable } from '@angular/core';
import { HttpClient, HttpParams } from '@angular/common/http';
import { HttpClient } from '@angular/common/http';
import { StateService } from './state.service';
import { StorageService } from './storage.service';
import { MenuGroup } from '../interfaces/services.interface';