feat: implement unauthorized error handling and login popup
Some checks failed
Deploy Miniplan / build (push) Failing after 42s
Some checks failed
Deploy Miniplan / build (push) Failing after 42s
This commit is contained in:
9
public/src/services/LoginService.ts
Normal file
9
public/src/services/LoginService.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import {Subject} from "rxjs";
|
||||
|
||||
export namespace LoginService {
|
||||
export const subject = new Subject<void>();
|
||||
|
||||
export function showLoginPopup() {
|
||||
subject.next()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user