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 in order to get access to the doc

window.location.href = `//github.com/login/oauth/authorize?client_id=cd8f9be2562bfc8d6cfc&scope=user&allow_signup=false`} />
) }