diff --git a/console-daemon/Program.cs b/console-daemon/Program.cs index d92b14f..1c388cb 100644 --- a/console-daemon/Program.cs +++ b/console-daemon/Program.cs @@ -6,7 +6,7 @@ var config = new { // Full directory URL, in the form of https://login.microsoftonline.com/ - Authority = " https://login.microsoftonline.com/Enter the tenant ID obtained from the Microsoft Entra admin center", + Authority = "https://login.microsoftonline.com/Enter the tenant ID obtained from the Microsoft Entra admin center", // Enter the client ID obtained from the Microsoft Entra admin center ClientId = "Enter the client ID obtained from the Microsoft Entra admin center", // Client secret 'Value' (not its ID) from 'Client secrets' in the Microsoft Entra admin center