Skip to content

Commit

Permalink
Fix the renderGoogleSignInButton function
Browse files Browse the repository at this point in the history
  • Loading branch information
zackcl committed Jul 28, 2023
1 parent 0122ad1 commit 223724c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export class AuthService {
renderGoogleSignInButton(btnRef: ElementRef): void {
const buttonConfig: google.accounts.id.GsiButtonConfiguration = {
theme: 'filled_blue',
width: '300',
width: '300px',
type: 'standard',
click_listener: () => this.authLoginStart(),
};
Expand Down

0 comments on commit 223724c

Please sign in to comment.