Hello! On my site, I have two login options: 1) with Facebook credentials, 2) with the standard username/password. When a user logs in via method #2, they stay on their current page after login. But when a user logs in via method #1, they are redirected to profile/dashboard/. Essentially, I'd like both logins to remain on their current page after login. Is there an override I can setup to make that happen?
Thanks -- Philip