diff --git a/src/services/auth.service.ts b/src/services/auth.service.ts index 10c21931..d5991286 100644 --- a/src/services/auth.service.ts +++ b/src/services/auth.service.ts @@ -66,11 +66,6 @@ export class AuthService extends AuthServiceBase { return await super.logInApiKey(clientId, clientSecret); } - async logOut(callback: Function) { - this.stateService.clean(); - super.logOut(callback); - } - private async organizationLogInHelper(clientId: string, clientSecret: string) { const appId = await this.appIdService.getAppId(); const entityId = clientId.split("organization.")[1];