Skip to content

Instantly share code, notes, and snippets.

@hrvolapeter
Created March 29, 2020 21:30
Show Gist options
  • Select an option

  • Save hrvolapeter/06be9be7a27a2f99d96dc774f97e6253 to your computer and use it in GitHub Desktop.

Select an option

Save hrvolapeter/06be9be7a27a2f99d96dc774f97e6253 to your computer and use it in GitHub Desktop.
CreateAccountView zetten changes
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