Last active
October 18, 2019 14:09
-
-
Save vikramrojo/692c1f4979e5e22a0a4415f6a82f1546 to your computer and use it in GitHub Desktop.
Email Verify Blocked&
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
| Email Verify Blocked& | |
| Signup | |
| submit -> Verify Email | |
| Join | |
| submit -> Verify Email | |
| Login | |
| verified -> App | |
| unverified -> Blocked App | |
| legacy unverified -> App | |
| Invited | |
| # Similar to magic link | |
| submit -> App | |
| SSO | |
| login -> App | |
| App | |
| verify email reminder -> Email | |
| logout -> Email Verify Blocked | |
| Full Features | |
| Blocked App | |
| features -> Verify Email | |
| # send or preclear verified emails | |
| verify email reminder -> Email | |
| logout -> Email Verify Blocked | |
| Verify Email | |
| magic link logged in -> App | |
| # Success banner triggered but logged out | |
| magic link logged out -> Login |
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
| function render(model){ | |
| let current_state_name = model.active_states[0].name; | |
| return $("h1", | |
| {style: {color: "darkBlue"}}, | |
| `The current state is: ${current_state_name}`); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment