I'm getting a white box surrounding Google One Tap

49 Views Asked by At

I'm getting a white box surrounding Google One Tap:

example of issue

The code is this:

this.init = function () {
        google.accounts.id.initialize({
            client_id: "XXXXXXXXXXXXXXXXXXXX",
            auto_select: false,
            callback: cw.handleCredentialResponse,
            cancel_on_tap_outside: false,
        });

        google.accounts.id.prompt();
    }

I was expecting the same, but without the white box.

0

There are 0 best solutions below