From 2e453c286dff0f216db557d425438c1bb9a83696 Mon Sep 17 00:00:00 2001 From: musordmt Date: Fri, 12 Jul 2024 15:16:47 +0300 Subject: [PATCH 1/2] remove toaster --- packages/auth/components/login-panel.tsx | 1 - packages/auth/components/signup-panel.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/packages/auth/components/login-panel.tsx b/packages/auth/components/login-panel.tsx index 3dd368cc..6c91a3dd 100644 --- a/packages/auth/components/login-panel.tsx +++ b/packages/auth/components/login-panel.tsx @@ -174,7 +174,6 @@ const LoginPanel: React.FCGithub

By logging in, you agree to our Terms of Service and Privacy Policy.

- )} diff --git a/packages/auth/components/signup-panel.tsx b/packages/auth/components/signup-panel.tsx index 581e802a..ce662a15 100644 --- a/packages/auth/components/signup-panel.tsx +++ b/packages/auth/components/signup-panel.tsx @@ -174,7 +174,6 @@ const SignupPanel: React.FCGithub

By logging in, you agree to our Terms of Service and Privacy Policy.

- )} From f935e981ce1341acdee371beb9eb6d09fbaa6c82 Mon Sep 17 00:00:00 2001 From: ZooSOS Date: Fri, 12 Jul 2024 22:13:44 -0700 Subject: [PATCH 2/2] auth update --- packages/auth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/auth/package.json b/packages/auth/package.json index 9bbec5a5..82adb817 100644 --- a/packages/auth/package.json +++ b/packages/auth/package.json @@ -1,6 +1,6 @@ { "name": "@hanzo/auth", - "version": "2.4.14", + "version": "2.4.16", "description": "Library with Firebase authentication.", "publishConfig": { "registry": "https://registry.npmjs.org/",