From 920a8d6fe10c2e5a97bf80dd3436713ed73bdef8 Mon Sep 17 00:00:00 2001 From: Ida Marie Andreassen Date: Wed, 8 Jan 2025 09:41:38 +0100 Subject: [PATCH] Fix: include http:// for nextauthurl to clarify what the url is on localhost --- frontend/.env.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/.env.template b/frontend/.env.template index 20bd17b6..dfa0e6da 100644 --- a/frontend/.env.template +++ b/frontend/.env.template @@ -7,4 +7,4 @@ AZURE_AD_CLIENT_SECRET= AZURE_STORAGE_CONNECTION_STRING= NEXTAUTH_SECRET= -NEXTAUTH_URL=localhost:3000 +NEXTAUTH_URL= # i.e. http://localhost:3000