Created
May 24, 2018 08:07
-
-
Save softberries/ad2766da3fa452d73d5e143b781be493 to your computer and use it in GitHub Desktop.
log in sequence
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
$('#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