From 79be0c555b071b1fa537d4f877b80a0a6dec59c3 Mon Sep 17 00:00:00 2001 From: Marshall Polaris Date: Fri, 12 Aug 2022 13:45:38 -0700 Subject: [PATCH] Fix tiny bug in auth context code --- web/pages/_app.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pages/_app.tsx b/web/pages/_app.tsx index 36524dc5..bb620950 100644 --- a/web/pages/_app.tsx +++ b/web/pages/_app.tsx @@ -79,7 +79,7 @@ function MyApp({ Component, pageProps }: AppProps) { content="width=device-width, initial-scale=1, maximum-scale=1" /> - +