diff --git a/web/src/user/user-settings/details/UserSettingsFlowExecutor.ts b/web/src/user/user-settings/details/UserSettingsFlowExecutor.ts index 8ee8abc64b..0efdbac338 100644 --- a/web/src/user/user-settings/details/UserSettingsFlowExecutor.ts +++ b/web/src/user/user-settings/details/UserSettingsFlowExecutor.ts @@ -93,7 +93,7 @@ export class UserSettingsFlowExecutor } updated(): void { - if (!this.flowSlug && this.brand) { + if (!this.flowSlug && this.brand?.flowUserSettings) { this.flowSlug = this.brand.flowUserSettings; this.nextChallenge(); }