web/user: fix user settings stuck loading
closes #4297 Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b1020fde64
commit
4d527a0ac5
|
@ -98,6 +98,7 @@ export class UserSettingsFlowExecutor extends AKElement implements StageHost {
|
||||||
if (!this.flowSlug) {
|
if (!this.flowSlug) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
this.nextChallenge();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue