import React from 'react' import Head from 'next/head' import Link from 'next/link' export default class extends React.Component { static async getInitialProps({query}) { return { action: query.action || null, type: query.type || null, service: query.service || null } } render() { if (this.props.action == 'signin' && this.props.type == 'oauth') { return(
An account associated with your email address already exists.
It looks like you might have already signed up using another service.
To protect your account, if you have perviously signed up using another service you must link accounts before you can use a different service to sign in.
To sign in using another service, first sign in using your email address then link accounts.