Simulate breaking change 8

This commit is contained in:
mauriziovitale
2024-07-23 10:26:28 +02:00
parent 6f67261bd2
commit d3c2e036b1
2 changed files with 1 additions and 2 deletions
@@ -43,7 +43,7 @@ export abstract class BaseAuthenticationService implements AuthenticationService
abstract getToken(): string;
abstract isLoggedInNew(): boolean;
abstract isLoggedIn(): boolean;
abstract logout(): any;
@@ -49,7 +49,6 @@ export interface Descriptor {
}
export enum DescriptorCustomUIAuthFlowType {
CODE = 'CODE',
IMPLICIT = 'IMPLICIT'
}