[AAE-11891] move auth in auth folder (#8076)

move auth and common in a separate folder
This commit is contained in:
Eugenio Romano
2023-01-02 14:40:28 +01:00
committed by GitHub
parent ae126475f7
commit 093b1e8a67
144 changed files with 353 additions and 271 deletions

View File

@@ -18,7 +18,7 @@
import { Input, Directive, ElementRef, OnInit, Renderer2 } from '@angular/core';
import { Router } from '@angular/router';
import { AppConfigService } from '../app-config/app-config.service';
import { AuthenticationService } from '../services/authentication.service';
import { AuthenticationService } from '../auth/services/authentication.service';
@Directive({
selector: '[adf-logout]'