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
The included templates assume bootstrap and jquery are loaded from the projects base templates.
These should probably be either included in the projects static files, or mentioned in the documentation.
The text was updated successfully, but these errors were encountered:
i just also stumbled over this issue and i agree: bootstrap and jquery should be loaded in the passkey template.
But even loading jQuery myself i get "Uncaught TypeError: $(...).modal is not a function" .. not sure if i have the right jquery version either (i used this one https://code.jquery.com/jquery-3.7.0.min.js)
Note: The requirement for jQuery and Bootstrap has been added to the documentation a long time ago. Also, #27 would remove the jQuery dependency completely.
The included templates assume bootstrap and jquery are loaded from the projects base templates.
These should probably be either included in the projects static files, or mentioned in the documentation.
The text was updated successfully, but these errors were encountered: