Admin Auth Signup and Stay Logged In

I have created an admin portal for an administrator to signup() new users to the service I made, but everytime auth.signup() gets called it signs in the admin as the new user. Is there a way to signup() without losing the current person who is logged in?
Was this page helpful?