mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix broken 'Clear Token Cache' command (#2643)
This commit is contained in:
@@ -20,7 +20,7 @@ let localize = nls.loadMessageBundle();
|
|||||||
|
|
||||||
export class AzureAccountProviderService implements vscode.Disposable {
|
export class AzureAccountProviderService implements vscode.Disposable {
|
||||||
// CONSTANTS ///////////////////////////////////////////////////////////////
|
// CONSTANTS ///////////////////////////////////////////////////////////////
|
||||||
private static CommandClearTokenCache = 'accounts.azure.clearTokenCache';
|
private static CommandClearTokenCache = 'accounts.clearTokenCache';
|
||||||
private static ConfigurationSection = 'accounts.azure';
|
private static ConfigurationSection = 'accounts.azure';
|
||||||
private static CredentialNamespace = 'azureAccountProviderCredentials';
|
private static CredentialNamespace = 'azureAccountProviderCredentials';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user