create license management
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user