Fix: Nach Login ohne Hund → Onboarding mit Skip-Option statt direkt zu dog-profile (SW by-v748)
This commit is contained in:
parent
fd87c9af7b
commit
81bc0f50a0
6 changed files with 11 additions and 8 deletions
|
|
@ -1689,11 +1689,11 @@ window.Page_settings = (() => {
|
|||
_offerPushNotifications();
|
||||
}
|
||||
|
||||
// Nach Login: Welten initialisieren (mit User-State) oder Profil anlegen
|
||||
// Nach Login: Welten initialisieren oder Onboarding (mit Skip-Option)
|
||||
if (_appState.activeDog) {
|
||||
window.Worlds?.init(_appState);
|
||||
} else {
|
||||
App.navigate('dog-profile');
|
||||
App.navigate('onboarding');
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue