Hi, I have 2 models, first one is normal user and the other is student. I have defined 'student' guard with its provider. Now I want user to impersonate as student. I can set up so now user can impersonate as student but cannot reverse impersonation. It redirects to nova login page. Is this package designed to work like this?
Configuration

Impersonate Field

My environment is Windows 10, Laravel 9, Nova 3. Thanks