Replace Table with responsive Card. Add refresh of token and retry on 401 errors
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ const auth0Config = {
|
||||
domain: "unbound.eu.auth0.com",
|
||||
clientID: "orQfnvCPUR5C3mJkKoiWLQHOVQsBn60e",
|
||||
redirectUri: getRedirectUri(),
|
||||
audience: "https://unbound.eu.auth0.com/userinfo",
|
||||
audience: "http://dancefinder.unbound.se",
|
||||
responseType: "token id_token",
|
||||
scope: "openid profile"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user