Is there any way to have two login pages (in grails) that each one redirects to a specified default url?

admin/login -> redirect to /admin/dashboard
user/login -> redirect to /user/dashboard

Thanks!