mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-05 23:53:21 +00:00
fix tenant arg
This commit is contained in:
@@ -314,9 +314,9 @@ namespace Bit.Console
|
||||
config.Azure.Secret = new EncryptedData(parameters["s"]);
|
||||
}
|
||||
|
||||
if(parameters.ContainsKey("t"))
|
||||
if(parameters.ContainsKey("te"))
|
||||
{
|
||||
config.Azure.Tenant = parameters["t"];
|
||||
config.Azure.Tenant = parameters["te"];
|
||||
}
|
||||
}
|
||||
else if(config.Type == Core.Enums.DirectoryType.GSuite)
|
||||
|
||||
Reference in New Issue
Block a user