Update RouterView.swift

This commit is contained in:
talksik
2021-12-19 05:18:59 -08:00
parent 909232b7a8
commit 98e43dfde0
@@ -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())
}
}
}