Manage SystemManagers

This commit is contained in:
Bastian Wagner
2025-01-02 13:16:45 +01:00
parent bf64103369
commit efbfc2eb01
18 changed files with 266 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
import { of } from "rxjs";
export class MockAuthService {
user = { id: '1', username: 'test', role: 'admin' };
}