mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
need to run php artisan jwt:secret if 1st time run the code
This commit is contained in:
@@ -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');
|
||||
}
|
||||
});
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user