Minor fixes #5

This commit is contained in:
Marek Lesko
2025-08-01 08:38:44 +02:00
parent 0ab0402172
commit 2f86edb5e6
3 changed files with 11 additions and 10 deletions

View File

@@ -9,11 +9,7 @@ import { AppConfigService } from './services/config.service';
imports: [RouterOutlet],
providers: [
OAuthService,
{
provide: HTTP_INTERCEPTORS,
useClass: DefaultOAuthInterceptor,
multi: true,
}],
],
templateUrl: './app.html',
styleUrl: './app.scss'
})