Skip to content

Instantly share code, notes, and snippets.

@volgar1x
Created December 6, 2015 10:06
Show Gist options
  • Save volgar1x/27191d53f8878b417938 to your computer and use it in GitHub Desktop.
Save volgar1x/27191d53f8878b417938 to your computer and use it in GitHub Desktop.
for {
user <- RequestHelper.User.register(email, password)
_ <- Toast.makeToast(self, user, Toast.LONG_LENGTH).show()
resp <- enterWithUser(user, email)
} yield resp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment