inc/managers/LoginManager.php
@@ -18,7 +18,7 @@ { protected Features $siteFeatures; protected ?MetaForm $metaForm = null; protected CacheManager $cache; protected Cache $cache; protected array $forms =[]; @@ -43,7 +43,7 @@ $this->siteFeatures = Features::forSite(); $this->cache = CacheManager::for('login'); $this->cache = Cache::for('login'); // Initialize magic link support if enabled if ($this->siteFeatures->has('magicLink')) {