We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cd8caa commit 8847cfdCopy full SHA for 8847cfd
1 file changed
packages/hedgehog-lab/src/hooks/useEditorMeta.ts
@@ -19,9 +19,6 @@ export const useEditorMeta = () => {
19
if (isUserSnippetPage) {
20
const {userID, snippetID} = isUserSnippetPage?.params
21
URL = `/snippets?user=${userID}&title=${snippetID}`
22
- if (auth.accessToken) {
23
- URL = `${URL}&token=${auth.accessToken}`
24
- }
25
currentFilePath = `/s/${userID}/${snippetID}`
26
}
27
0 commit comments