runelaenen / shopware6-two-factor-auth

Two Factor Authentication for Shopware 6 💙
MIT License
35 stars 17 forks source link

Fix administration asset path #51

Closed mbegerau closed 9 months ago

mbegerau commented 1 year ago

Problem Currently the js asset path in the administration is hard coded and will not work if Shopware is configured to use a CDN or is running in a subfolder.

Fix Use the asset twig function instead to generate the asset path considering the system configuration.