From 98e43dfde0040ef2c337314dde0ec0aaa2f136e2 Mon Sep 17 00:00:00 2001 From: talksik Date: Sun, 19 Dec 2021 05:18:59 -0800 Subject: [PATCH] Update RouterView.swift --- nirvana-ios/Views/Router/RouterView.swift | 1 + 1 file changed, 1 insertion(+) 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()) } } }