web/user: fix user settings stuck loading

closes #4297

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-12-28 20:48:02 +01:00
parent b1020fde64
commit 4d527a0ac5
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ export class UserSettingsFlowExecutor extends AKElement implements StageHost {
if (!this.flowSlug) {
return;
}
this.nextChallenge();
});
}