Skip to content

Instantly share code, notes, and snippets.

@dimsuz
Created December 29, 2018 22:37
Show Gist options
  • Save dimsuz/7af30ff60abe3d05918878bdee96f42c to your computer and use it in GitHub Desktop.
Save dimsuz/7af30ff60abe3d05918878bdee96f42c to your computer and use it in GitHub Desktop.
TBI Auth Flow
TBI Auth Flow
Splash screen
timeout -> Onboarding
Onboarding
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