Skip to content

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

@adityagi02

Description

@adityagi02

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions