diff --git a/nirvana-ios/Views/Router/RouterView.swift b/nirvana-ios/Views/Router/RouterView.swift index 9f6677a..a655460 100644 --- a/nirvana-ios/Views/Router/RouterView.swift +++ b/nirvana-ios/Views/Router/RouterView.swift @@ -48,6 +48,7 @@ struct RouterView: View { } else { // go to welcome page at which point they can go and follow the programmatic // line to the sigin and so on and so forth + self.navigationStack.push(WelcomeView()) } } }