-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: delay prompting user in URLLoader plug-in
At the time the URLLoader plug-in is instantiated, we don't know if the URLAccountLoader will even need to make an HTTP call as it may have cached data. So, if the user has not specified a password via CLI args, env vars, or config file, we don't want to prematurely prompt them unless URLAccountLoader really needs to make an HTTP request.
- Loading branch information
Showing
1 changed file
with
47 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters