Skip to content

Commit

Permalink
fix(core.gbapp): Auto-start is optional again.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jun 20, 2021
1 parent e9930da commit 74956e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -896,7 +896,7 @@ export class GBMinService {
// Auto starts dialogs if any is specified.

const startDialog = min.core.getParam(min.instance, 'Start Dialog', null);
if (!startDialog && user.welcomed) {
if (!startDialog && !user.welcomed) {

// Otherwise, calls / (root) to default welcome users.

Expand Down

0 comments on commit 74956e8

Please sign in to comment.