chore(social-login): improve copy when not enabled (#7295)

This commit is contained in:
Pepe Fagoaga
2025-03-19 13:36:22 +05:45
parent e4a682e23e
commit c516773cff
+4 -6
View File
@@ -304,9 +304,8 @@ export const AuthForm = ({
<div className="flex flex-col gap-2">
<Tooltip
content={
<div className="flex flex-col items-center text-small">
Google Sign-in is not enabled. Configure the social OAuth
environment variables to enable it.
<div className="flex-inline text-small">
Social Login with Google is not enabled.{" "}
<Link
target="_blank"
rel="noopener noreferrer"
@@ -338,9 +337,8 @@ export const AuthForm = ({
</Tooltip>
<Tooltip
content={
<div className="flex flex-col items-center text-small">
Github Sign-in is not enabled. Configure the social OAuth
environment variables to enable it.
<div className="flex-inline text-small">
Social Login with Github is not enabled.{" "}
<Link
target="_blank"
rel="noopener noreferrer"