mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Hook up the command again (#9587)
This commit is contained in:
@@ -77,6 +77,9 @@ export class TestAccountManagementService implements IAccountManagementService {
|
||||
}
|
||||
|
||||
export class AccountProviderStub implements azdata.AccountProvider {
|
||||
clearTokenCache(): Thenable<void> {
|
||||
return Promise.resolve();
|
||||
}
|
||||
autoOAuthCancelled(): Thenable<void> {
|
||||
return Promise.resolve();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user