Added laravel/passport, assign ftn addresses to nodes
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
(function () {
|
||||
'use strict'
|
||||
|
||||
// Our CSRF token to each interaction
|
||||
$.ajaxSetup({
|
||||
headers: {
|
||||
'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
|
||||
}
|
||||
});
|
||||
|
||||
// Fetch all the forms we want to apply custom Bootstrap validation styles to
|
||||
var forms = document.querySelectorAll('.needs-validation')
|
||||
|
||||
|
Reference in New Issue
Block a user