create license management

This commit is contained in:
2026-04-06 13:31:30 +03:30
parent 44097fe1ac
commit de1a046485
46 changed files with 819 additions and 366 deletions
@@ -11,8 +11,6 @@ import { AuthService } from '../services/auth.service';
* - Prevents duplicate refresh token requests
*/
export const authInterceptor: HttpInterceptorFn = (req, next) => {
console.log('authInterceptor');
const authService = inject(AuthService);
// Skip auth for certain endpoints