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 ceceaab commit d481bd0Copy full SHA for d481bd0
lib/osf-components/addon/components/addons-service/manager/component.ts
@@ -256,7 +256,7 @@ export default class AddonsServiceManagerComponent extends Component<Args> {
256
if (this.selectedProvider) {
257
const newAccount = await taskFor(this.createAuthorizedAccount).perform(arg);
258
if (newAccount) {
259
- this.selectedAccount =newAccount;
+ this.selectedAccount = newAccount;
260
this.pageMode = PageMode.CONFIGURE;
261
}
262
0 commit comments