Open zanebclark opened 1 month ago
On this line, we're returning the ExternalBrowserCredential instance, before we fetch the password on this line. We need to fetch the password and pass it into the ExternalBrowserCredential constructor.
I take it back. This is still a bug, but the problem is that externalbrowser references the password at all. Closed by https://github.com/Snowflake-Labs/schemachange/pull/292
On this line, we're returning the ExternalBrowserCredential instance, before we fetch the password on this line. We need to fetch the password and pass it into the ExternalBrowserCredential constructor.