I was reading through the code (!) and came upon this line in
layouts/plugins/webauthn/manage.php (lines 43-44)
$app->getDocument()->getWebAssetManager()
->registerAndUseStyle('plg_system_webauthn.backend', 'plg_system_webauthn/backend.css');
File backend.css is loaded.
There is no backend.css anywhere. The file does not seem to exist.
Was button.css meant to be loaded instead?
Since Joomla 4.0 !?
Labels |
Added:
No Code Attached Yet
|
It cannot be loaded there,
because this layout is for some AJAX stuff
joomla-cms/plugins/system/webauthn/src/PluginTraits/AjaxHandlerCreate.php
Line 112 in 045b2bc