Created
March 29, 2020 21:30
-
-
Save hrvolapeter/06be9be7a27a2f99d96dc774f97e6253 to your computer and use it in GitHub Desktop.
CreateAccountView zetten changes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| struct CreateAccountView: View { | |
| @State var email: String = "" | |
| @State var password: String = "" | |
| @Injected var authenticationService: AuthenticationService | |
| ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment