mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
make logout callback async
This commit is contained in:
@@ -20,7 +20,6 @@ export abstract class ApiService {
|
||||
baseUrl: string;
|
||||
identityBaseUrl: string;
|
||||
deviceType: string;
|
||||
logoutCallback: Function;
|
||||
|
||||
setUrls: (urls: EnvironmentUrls) => void;
|
||||
postIdentityToken: (request: TokenRequest) => Promise<IdentityTokenResponse | IdentityTwoFactorResponse>;
|
||||
|
||||
Reference in New Issue
Block a user