Details
-
Type:
Bug
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 3.9 regressions
-
Fix Version/s: None
-
Component/s: HTML and CSS
-
Labels:None
Description
When setting up Oauth with Google they require you to use their specific image. The current code sets the width to 24. Nowhere close to wide enough and Google won't approve the dev code without the correct "branding" image.
sample:
<img src="https://developers.google.com/identity/images/btn_google_signin_dark_normal_web.png" alt="" width="24" height="24"/> | |
</a> |