Skip to content

Commit 689cd0a

Browse files
authored
Migrate old service token (internal-2103) (#13383)
1 parent 8aacecb commit 689cd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug/access_token.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function getAccessToken() {
99
getURLParameter('access_token'),
1010
localStorage.getItem('accessToken'),
1111
// this token is a fallback for CI and testing. it is domain restricted to localhost
12-
'pk.eyJ1IjoibWFwYm94LWdsLWpzIiwiYSI6ImNram9ybGI1ajExYjQyeGxlemppb2pwYjIifQ.LGy5UGNIsXUZdYMvfYRiAQ'
12+
'pk.eyJ1IjoiZ2wtanMtdGVhbSIsImEiOiJjbTV1d3l0d3AwMThnMmpzZ2M5OTNyeDE1In0.2nygBIo7PXbkFCCt6LEBgw'
1313
].find(Boolean);
1414

1515
try {

0 commit comments

Comments
 (0)