Skip to content

Commit

Permalink
Migrate old service token (internal-2103) (#13383)
Browse files Browse the repository at this point in the history
  • Loading branch information
underoot authored Jan 13, 2025
1 parent 8aacecb commit 689cd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug/access_token.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function getAccessToken() {
getURLParameter('access_token'),
localStorage.getItem('accessToken'),
// this token is a fallback for CI and testing. it is domain restricted to localhost
'pk.eyJ1IjoibWFwYm94LWdsLWpzIiwiYSI6ImNram9ybGI1ajExYjQyeGxlemppb2pwYjIifQ.LGy5UGNIsXUZdYMvfYRiAQ'
'pk.eyJ1IjoiZ2wtanMtdGVhbSIsImEiOiJjbTV1d3l0d3AwMThnMmpzZ2M5OTNyeDE1In0.2nygBIo7PXbkFCCt6LEBgw'
].find(Boolean);

try {
Expand Down

0 comments on commit 689cd0a

Please sign in to comment.