We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9c173 commit 729d52fCopy full SHA for 729d52f
1 file changed
packages/cli-core/lib/auth.js
@@ -87,6 +87,7 @@ export default ({ http, logger, config, passport, as, defaultAudience }) => {
87
});
88
return body.access_token;
89
}
90
+
91
return access_token;
92
};
93
0 commit comments