mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-20 10:13:23 +00:00
tweaks
This commit is contained in:
@@ -261,7 +261,7 @@ namespace Bit.Console
|
||||
config.Password = new EncryptedData(passwordInput);
|
||||
passwordInput = null;
|
||||
}
|
||||
|
||||
Con.WriteLine();
|
||||
Con.Write("Group filter: ");
|
||||
config.GroupFilter = Con.ReadLine().Trim();
|
||||
Con.Write("User filter: ");
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace Bit.Core.Utilities
|
||||
public static async Task SyncAllAsync()
|
||||
{
|
||||
await SyncGroupsAsync();
|
||||
//await SyncUsersAsync();
|
||||
await SyncUsersAsync();
|
||||
}
|
||||
|
||||
private static void PrintSearchResults(SearchResultCollection result)
|
||||
|
||||
Reference in New Issue
Block a user