Skip to content

Commit 3e060b3

Browse files
committed
feat(fix): Ahora si debería estar arreglado los bugs al refrescar la página
1 parent 4efc296 commit 3e060b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sample-01/src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const config = getConfig();
1818
const providerConfig = {
1919
domain: config.domain,
2020
clientId: config.clientId,
21+
cacheLocation: 'localstorage',
2122
onRedirectCallback,
2223
authorizationParams: {
2324
redirect_uri: window.location.origin,

0 commit comments

Comments
 (0)