fancytboy

Results 2 comments of fancytboy

@emog @Apina @fjeddy Found a fix hope it helps: here's my html element `View Details` here's my IziModal settings. was able to get the data-target using "event.target.dataset.target" ``` $("#modal-iframe").iziModal({ headerColor:...

Had the same issue with mine too. Apparently looking at the payload using JWTAuth::payload(), the "sub" claim was null. The sub claim is the value which contains the user id...