Simulate breaking change 8

This commit is contained in:
mauriziovitale
2024-07-18 15:12:30 +02:00
parent 6f67261bd2
commit d3c2e036b1
2 changed files with 1 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ export abstract class BaseAuthenticationService implements AuthenticationService
abstract getToken(): string;
abstract isLoggedInNew(): boolean;
abstract isLoggedIn(): boolean;
abstract logout(): any;

View File

@@ -49,7 +49,6 @@ export interface Descriptor {
}
export enum DescriptorCustomUIAuthFlowType {
CODE = 'CODE',
IMPLICIT = 'IMPLICIT'
}