[WEB-3601] chore: content updated (#6811)

This commit is contained in:
Anmol Singh Bhatia 2025-03-24 19:57:13 +05:30 committed by GitHub
parent 5cb37a0b9c
commit 84c7375d2a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ export const OAuthOptions: React.FC = observer(() => {
<GoogleOAuthButton text="Sign in with Google" />
</div>
)}
{config?.is_github_enabled && <GithubOAuthButton text="Sign in with Github" />}
{config?.is_github_enabled && <GithubOAuthButton text="Sign in with GitHub" />}
{config?.is_gitlab_enabled && <GitlabOAuthButton text="Sign in with GitLab" />}
</div>
</>