Skip to content

Commit

Permalink
Merge pull request #15 from DDynamic/fix-totp
Browse files Browse the repository at this point in the history
Fix TOTP AJAX
  • Loading branch information
DaneEveritt committed Dec 14, 2015
2 parents b6ac965 + e927505 commit 316e8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/auth/login.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<div class="col-md-3"></div>
<script type="text/javascript">
$(document).ready(function() {
$('#login-form').submit(function (event) {
$('#login-form').one('submit', function (event) {
event.preventDefault();
var check_email = $('#email').val();
$.ajax({
Expand Down

0 comments on commit 316e8a0

Please sign in to comment.