Thanks @samcoe for the initial review! You are right that this call needs to happen earlier. · Issue #4 · cli/oauth · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @samcoe for the initial review! You are right that this call needs to happen earlier.
@divyaramanathan You will want to invoke the new API logic just before TemplateSurvey(), since that is where the user will be presented with a list of templates to choose between. Also, since the new API approach replaces looking up templates from the filesystem, you can remove the old filesystem lookups from this file.
Thanks @samcoe for the initial review! You are right that this call needs to happen earlier.
@divyaramanathan You will want to invoke the new API logic just before
TemplateSurvey()
, since that is where the user will be presented with a list of templates to choose between. Also, since the new API approach replaces looking up templates from the filesystem, you can remove the old filesystem lookups from this file.Originally posted by @mislav in cli/cli#2539 (comment)
The text was updated successfully, but these errors were encountered: