need to run php artisan jwt:secret if 1st time run the code

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-07-17 15:23:54 +08:00
parent 6db0392277
commit 450ca7ac7e
+5 -5
View File
@@ -25,10 +25,8 @@
<div class="form-divider"></div>
<!--Error Alert-->
<div class="alert alert-danger" role="alert" style="display: none">
<strong>Invalid Code!</strong> You have enter invalid verification code.
</div>
<!-- Error Alert -->
<div class="alert alert-danger" role="alert" style="display: none"></div>
<!-- Here Lies Main Start Here -->
<main>
@@ -98,7 +96,9 @@
},
error: function(data) {
$('.alert').html(data.responseJSON.error);
$('.alert').show();}
$('.alert').show();
//console.log('wrong code');
}
});
})
})