How to custom login page with Ionic 2

Hey guys,

In my Ionic 2 app I use only the Linkedin authentication and it doesn’t make sense to have a page with only one button (image). Is there anyway to go straight to the Linkedin login page (image)? If that’s not possible, there’s anyway to apply CSS to make the page look like the app?

![alt text][2]![alt text][1]

Based on the screenshots you’re using Lock Web library, which allows some UI customization. However, if you plan on always authenticate using a single identity provider then the Lock Library can be an overkill for your requirements.

In this scenario, you can use the Auth0.js library to implement your application authentication while having complete control of the user interface and if you choose to even go straight to the identity provider login form.