Created
March 29, 2020 21:31
-
-
Save hrvolapeter/27cd80a5b1551524b754416422d0d1a7 to your computer and use it in GitHub Desktop.
Zetten signin action
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
| action: { | |
| self.authenticationService.signUp(email: self.email, password: self.password, handler: {_,_ in }) | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment