We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5358132 commit 48b386dCopy full SHA for 48b386d
1 file changed
app/src/lib/policies/github/oauthPkce.ts
@@ -2,7 +2,7 @@ import { base } from '$app/paths';
2
import { browser, dev } from '$app/environment';
3
import { env as publicEnv } from '$env/dynamic/public';
4
import { z } from 'zod';
5
-import { setGithubToken } from '$lib/stores/githubAuth';
+import { setGithubToken } from '../../stores/githubAuth';
6
7
const SESSION_PREFIX = 'github:oauth:pkce:';
8
0 commit comments