Jake Vanderwerf
2026-01-28 8c6502de2f8ec2bd8382cd6945c327d7be400e14
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')) {