mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-23 12:31:54 +00:00
chore(social-login): improve copy when not enabled (#7295)
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user