I'm developing an app that uses the oAuth authentication for Google accounts. The problem is that depending of the login-hint that I'm sending to the page (@gmail.com or @googleappsdomains.com) the page has an appearance or another.
My question is... Is there any way to load always the same oAuth page and not a different one depending of domain (login-hint will always be send as a param, is not a solution to not send this param).