Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Still there is no link between logIn page and accepted/non accepted view. #5

Open
adityagi02 opened this issue Mar 11, 2023 · 1 comment

Comments

@adityagi02
Copy link
Contributor

In loginView, it goes as,

           if self.username == storedUsername && self.PIN == storedPIN {
                        self.authenticationDidSucceed = true
                        self.authenticationDidFail = false
                    } else {
                        self.authenticationDidFail = true
                        self.authenticationDidSucceed = false
                    }
                }) {
                    LoginButtonContent()
                }
            }

Please check these variables so as to initiate Navigation Link between these logInView, AcceptedMainView and nonAuthView in these variables authenticationDidSucceed, authenticationDidFail.

@VSofficial
Copy link
Owner

Okay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants