diff options
Diffstat (limited to 'main.js')
| -rw-r--r-- | main.js | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,8 @@ const logout = () => { const configureClient = async() => { auth0 = await createAuth0Client({ domain: authConfig.domain, - client_id: authConfig.clientId + client_id: authConfig.clientId, + cacheLocation: "localstorage", }); window.auth0 = auth0; }; |
