import Link from 'next/link';
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
import { faUser, faBuilding, faLock } from '@fortawesome/free-solid-svg-icons';
const UserAuthForm = props => {
const isRegisterForm = props.formType === "register";
const isDeveloperAccount = props.accountType === "developer";
const isDeveloperIcon = {isDeveloperAccount ?