fix a dev change that stubbed most of account frontend endpoints

This commit is contained in:
Karol Wypchlo 2021-05-04 11:34:01 +02:00
parent 54f1f4e325
commit fee7ba3d74
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import ky from "ky/umd"; import ky from "ky/umd";
const isProduction = false; // process.env.NODE_ENV === "production"; const isProduction = process.env.NODE_ENV === "production";
export default function authServerSideProps(getServerSideProps) { export default function authServerSideProps(getServerSideProps) {
return function authenticate(context) { return function authenticate(context) {