Skip to content

Commit

Permalink
Pass proofkey for second call to GS
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-igarish committed Dec 7, 2023
1 parent f40706e commit a0c1013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ private String getSSOUrl(int port) throws SFException, SnowflakeSQLException {

private String getConsoleLoginUrl(int port) throws SFException {
try {
String proofKey = generateProofKey();
proofKey = generateProofKey();
String serverUrl = loginInput.getServerUrl();

URIBuilder consoleLoginUriBuilder = new URIBuilder(serverUrl);
Expand Down

0 comments on commit a0c1013

Please sign in to comment.