fix: fix router navigateUrl
Some checks failed
Build, Lint & Test Lib / Build, Lint and Test Library (push) Has been cancelled

This commit is contained in:
2025-02-22 23:36:07 +08:00
parent 0d957dfb1c
commit 3aabcd6442
4 changed files with 12 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { Injectable, inject } from '@outposts/injection-js';
import { type Observable, of } from 'rxjs';
import { map, switchMap } from 'rxjs/operators';
import { switchMap } from 'rxjs/operators';
import type { AuthOptions } from '../auth-options';
import { AuthStateService } from '../auth-state/auth-state.service';
import { ConfigurationService } from '../config/config.service';