From a058734fd0fdf5c2c6c02d9855972d304c68498e Mon Sep 17 00:00:00 2001 From: bigmaze83-arch Date: Sun, 7 Jun 2026 09:24:13 +0800 Subject: [PATCH] Update sign-in-with-base-button.mdx --- .../reference/ui-elements/sign-in-with-base-button.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/base-account/reference/ui-elements/sign-in-with-base-button.mdx b/docs/base-account/reference/ui-elements/sign-in-with-base-button.mdx index 03809c855..0d998e46d 100644 --- a/docs/base-account/reference/ui-elements/sign-in-with-base-button.mdx +++ b/docs/base-account/reference/ui-elements/sign-in-with-base-button.mdx @@ -547,3 +547,4 @@ function AuthButton({ onAuthSuccess, onAuthError }: AuthButtonProps) { 6. **Testing**: Test with different wallet states (connected, disconnected, etc.) The SignInWithBaseButton provides a complete, production-ready authentication solution that handles all the complexity of wallet-based authentication while providing a familiar user experience. +end