auth0 / Auth0.WinformsWPF

Auth0 auth client for Winforms and WPF
MIT License
6 stars 14 forks source link

Poor input box layout for 'Enter a verification code' using Google 2-step Verification. #29

Closed Holf closed 7 years ago

Holf commented 7 years ago

After failing to authenticate using 'Tap Yes' authentication (see #28), I tried using one of the alternative verification methods offered, this being Google sending an SMS to my phone containing a code which I must then enter.

Although this functionality works fine, the layout is off for the code input box, as you can see from the following screenshot: image

jerriep commented 7 years ago

Unfortunately there is not much we can do about this. This web page is generated by Google and displayed using the Windows WebBrowser control - neither of which we have control over.

Holf commented 7 years ago

Hm, tough one! I suppose one could inject some CSS / Styling into the response from Google but it does seem a bit beyond the call of duty to start considering this. :-)

jerriep commented 7 years ago

Yeah, this is not something I believe you will have any control over.