[GH-ISSUE #1086] White box arround Google OneTap window #8587

Closed
opened 2026-04-13 03:42:21 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @AliMejbar on GitHub (Dec 31, 2024).
Original GitHub issue: https://github.com/better-auth/better-auth/issues/1086

Is this suited for github?

  • Yes, this is suited for github

To Reproduce

Implement Google OneTap as in https://demo.better-auth.com/

Current vs. Expected behavior

Current : It shows the OneTap window within a a white box. (Here is a screenshot from both arc and safari of the demo website)
SCR-20241231-qvid
SCR-20241231-qwbb
Expected : To show directly the OneTap window which has a nice default border radius. (Ex Stackoverflow)
SCR-20241231-qwgf

What version of Better Auth are you using?

1.1.7

Provide environment information

- OS : macOS Sequoia 15.2 (24C101)
- Browser : 
	- Arc : Version 1.74.0 (57065) / Chromium Engine Version 131.0.6778.205
	- Safari : Version 18.2 (20620.1.16.11.8)

Which area(s) are affected? (Select all that apply)

Client

Auth config (if applicable)

import { betterAuth } from "better-auth"
export const auth = betterAuth({
  plugins: [
    oneTap(),
  ],
});

Additional context

No response

Originally created by @AliMejbar on GitHub (Dec 31, 2024). Original GitHub issue: https://github.com/better-auth/better-auth/issues/1086 ### Is this suited for github? - [X] Yes, this is suited for github ### To Reproduce Implement Google OneTap as in https://demo.better-auth.com/ ### Current vs. Expected behavior Current : It shows the OneTap window within a a white box. (Here is a screenshot from both arc and safari of the demo website) <img width="1518" alt="SCR-20241231-qvid" src="https://github.com/user-attachments/assets/6d63954d-5d8b-4eec-9d8b-38a3a264b125" /> <img width="1436" alt="SCR-20241231-qwbb" src="https://github.com/user-attachments/assets/4290b4db-560b-404c-8b57-b28b1426e1a7" /> Expected : To show directly the OneTap window which has a nice default border radius. (Ex Stackoverflow) <img width="1518" alt="SCR-20241231-qwgf" src="https://github.com/user-attachments/assets/fb548e8c-499a-4cf4-bf29-21f2a98dae2d" /> ### What version of Better Auth are you using? 1.1.7 ### Provide environment information ```bash - OS : macOS Sequoia 15.2 (24C101) - Browser : - Arc : Version 1.74.0 (57065) / Chromium Engine Version 131.0.6778.205 - Safari : Version 18.2 (20620.1.16.11.8) ``` ### Which area(s) are affected? (Select all that apply) Client ### Auth config (if applicable) ```typescript import { betterAuth } from "better-auth" export const auth = betterAuth({ plugins: [ oneTap(), ], }); ``` ### Additional context _No response_
GiteaMirror added the lockedstalebug labels 2026-04-13 03:42:21 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Jun 12, 2025):

Hi, @AliMejbar. I'm Dosu, and I'm helping the better-auth team manage their backlog. I'm marking this issue as stale.

Issue Summary:

  • Display issue with Google OneTap on the Better Auth demo site.
  • OneTap window appears in a white box instead of with default border radius.
  • Occurs on Arc and Safari browsers, noted on Better Auth version 1.1.7.
  • Expected behavior is similar to Stackoverflow's implementation.
  • No additional comments or activity on the issue.

Next Steps:

  • Please confirm if this issue is still relevant with the latest version of the better-auth repository by commenting here.
  • If there is no response, the issue will be automatically closed in 7 days.

Thank you for your understanding and contribution!

<!-- gh-comment-id:2967415749 --> @dosubot[bot] commented on GitHub (Jun 12, 2025): Hi, @AliMejbar. I'm [Dosu](https://dosu.dev), and I'm helping the better-auth team manage their backlog. I'm marking this issue as stale. **Issue Summary:** - Display issue with Google OneTap on the Better Auth demo site. - OneTap window appears in a white box instead of with default border radius. - Occurs on Arc and Safari browsers, noted on Better Auth version 1.1.7. - Expected behavior is similar to Stackoverflow's implementation. - No additional comments or activity on the issue. **Next Steps:** - Please confirm if this issue is still relevant with the latest version of the better-auth repository by commenting here. - If there is no response, the issue will be automatically closed in 7 days. Thank you for your understanding and contribution!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/better-auth#8587