Skip to content

Commit

Permalink
Merge pull request #938 from CarnegieLearningWeb/hotfix/fix_render_go…
Browse files Browse the repository at this point in the history
…ogle_signin

Fix the renderGoogleSignInButton function (For hotfix)
  • Loading branch information
zackcl authored Jul 28, 2023
2 parents 0122ad1 + 223724c commit 24e5479
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 24e5479

Please sign in to comment.