You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{isLoading ? "Connecting..." : "Add Google Account"}
44
-
</span>
45
-
</Button>
31
+
<ConfirmDialog
32
+
trigger={
33
+
<Buttondisabled={isLoading}className="mt-auto">
34
+
<Image
35
+
src="/images/google.svg"
36
+
alt=""
37
+
width={24}
38
+
height={24}
39
+
unoptimized
40
+
/>
41
+
<spanclassName="ml-2">
42
+
{isLoading ? "Connecting..." : "Add Google Account"}
43
+
</span>
44
+
</Button>
45
+
}
46
+
title="Connect Account"
47
+
description="Note: If your email address is already connected to another user, you will not be able to connect it to this user. We will offer a way to merge accounts in the near future."
0 commit comments