Skip to content

Commit

Permalink
Add start signup method to login listener interface
Browse files Browse the repository at this point in the history
  • Loading branch information
theck13 committed Apr 17, 2018
1 parent c67f269 commit cb37b15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ void saveCredentialsInSmartLock(@Nullable String username, @Nullable String pass
void setHelpContext(String faqId, String faqSection);

// Signup
void doStartSignup();
void helpSignupEmailScreen(String email);
void helpSignupMagicLinkScreen(String email);
void showSignupMagicLink(String email);
Expand Down

0 comments on commit cb37b15

Please sign in to comment.