From c3ba77ad9c1acbad24084f7ea7bc16cb657aeb5e Mon Sep 17 00:00:00 2001 From: samerbam Date: Thu, 24 Aug 2023 17:03:37 -0400 Subject: [PATCH] const -> let -_- --- application/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/static/index.html b/application/static/index.html index 91544f1..77609bc 100644 --- a/application/static/index.html +++ b/application/static/index.html @@ -313,7 +313,7 @@ // }); // }); // import { createAuth0Client } from '@auth0/auth0-spa-js'; - const jToken = "" + let jToken = "" function loginAction(e) { auth0.createAuth0Client({