You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I actually plan a dynamic structure for newer version since I am using inertia.js now. Maybe in new version you may use whatever you want to use.
Why do you need icon option? This package is using sweet alert to ask user password with user profile image already.
Why do you need icon option? This package is using sweetalert 1 to ask user password with user profile image already.
In current master branch isauth uses "icon" from sweetalert 1 to show users avatar. In sweetalert >=2 "icon" is not exist (replaced by imageUrl), causes script stops execution.
Its all about compatibility with current version of sweetalert 2 library that I use in my projects.
When I find some free time I will try to add pull request with support of SweetAlert 2.
Hello.
Is a code update planned for support of SweetAlert2? (with no "icon" option, Swal.fire instead of swal(), etc.)
Thank you.
The text was updated successfully, but these errors were encountered: