mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-10 05:13:17 +00:00
[bug] Remove redundant state clean call (#214)
* [bug] Remove redundant state clean call * [refactor] Remove logout override
This commit is contained in:
@@ -66,11 +66,6 @@ export class AuthService extends AuthServiceBase {
|
|||||||
return await super.logInApiKey(clientId, clientSecret);
|
return await super.logInApiKey(clientId, clientSecret);
|
||||||
}
|
}
|
||||||
|
|
||||||
async logOut(callback: Function) {
|
|
||||||
this.stateService.clean();
|
|
||||||
super.logOut(callback);
|
|
||||||
}
|
|
||||||
|
|
||||||
private async organizationLogInHelper(clientId: string, clientSecret: string) {
|
private async organizationLogInHelper(clientId: string, clientSecret: string) {
|
||||||
const appId = await this.appIdService.getAppId();
|
const appId = await this.appIdService.getAppId();
|
||||||
const entityId = clientId.split("organization.")[1];
|
const entityId = clientId.split("organization.")[1];
|
||||||
|
|||||||
Reference in New Issue
Block a user