File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ static void Main(string[] args)
4242 // build a URL to provide consent for this Integration Key and this userId
4343 string url = "https://" + ConfigurationManager . AppSettings [ "AuthServer" ] + "/oauth/auth?response_type=code" + caret + "&scope=impersonation%20signature" + caret +
4444 "&client_id=" + ConfigurationManager . AppSettings [ "ClientId" ] + caret + "&redirect_uri=" + DevCenterPage ;
45- Console . WriteLine ( $ "Consent is required - launching browser (URL is { url } )") ;
45+ Console . WriteLine ( $ "Consent is required - launching browser (URL is { url . Replace ( caret , "" ) } )") ;
4646
4747 // Start new browser window for login and consent to this app by DocuSign user
4848 if ( RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) )
You can’t perform that action at this time.
0 commit comments