import React from "react"; import { GithubLoginButton } from 'react-social-login-buttons'; import style from './DocPageAuthentication.module.css' export default function DocAuthentication() { return (

Welcome on Dagger documentation

Please Sign In to Github to get access to the doc

window.location.href = `//github.com/login/oauth/authorize?client_id=${process.env.REACT_APP_CLIENT_ID}&scope=user&allow_signup=false`} />
) }