diff --git a/frontend/projects/upgrade/src/app/core/auth/auth.service.ts b/frontend/projects/upgrade/src/app/core/auth/auth.service.ts index b6e89282f2..ac821932fc 100644 --- a/frontend/projects/upgrade/src/app/core/auth/auth.service.ts +++ b/frontend/projects/upgrade/src/app/core/auth/auth.service.ts @@ -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(), };