abacritt / angularx-social-login

Social login and authentication module for Angular 17
630 stars 388 forks source link

Google changed something about login button render #722

Closed blueiceprj closed 6 months ago

blueiceprj commented 11 months ago

On GoogleSigninButtonDirective class "width" type of property must be number and you have to pass this value as a number. Except it throw an error. Or without using width property it working properly

johnchege159 commented 11 months ago

is there a quick fix to this?

AntoninKadrmas commented 11 months ago

Hi I had same problem and I fixed it by changing property width="300" of asl-google-signin-button component to width="300px".

aluuu commented 11 months ago

Same problem is discussed in #720.

stale[bot] commented 8 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.