Skip to content

Commit cc2acb8

Browse files
opaduchakcslzchen
authored andcommitted
Fixed new account setup flow
1 parent 6975e95 commit cc2acb8

File tree

1 file changed

+1
-1
lines changed
  • lib/osf-components/addon/components/addons-service/manager

1 file changed

+1
-1
lines changed

lib/osf-components/addon/components/addons-service/manager/component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ export default class AddonsServiceManagerComponent extends Component<Args> {
256256
if (this.selectedProvider) {
257257
const newAccount = await taskFor(this.createAuthorizedAccount).perform(arg);
258258
if (newAccount) {
259-
await taskFor(this.createConfiguredAddon).perform(newAccount);
259+
this.selectedAccount = newAccount;
260260
this.pageMode = PageMode.CONFIGURE;
261261
}
262262
}

0 commit comments

Comments
 (0)