Skip to content

Instantly share code, notes, and snippets.

@softberries
Created May 24, 2018 08:07
Show Gist options
  • Save softberries/ad2766da3fa452d73d5e143b781be493 to your computer and use it in GitHub Desktop.
Save softberries/ad2766da3fa452d73d5e143b781be493 to your computer and use it in GitHub Desktop.
log in sequence
$('#loginForm').one('submit', function(ev) {
ev.preventDefault();
var uuid = uuidv4();
snapshot();
uploadSignIn(uuid);
stopWebcam();
$(this).submit();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment