File tree 4 files changed +3
-6
lines changed
packages/clerk-js/src/core/auth 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
import { createCookieHandler } from '@clerk/shared/cookie' ;
2
2
import { addYears } from '@clerk/shared/date' ;
3
+ import { getSuffixedCookieName } from '@clerk/shared/keys' ;
3
4
import type { ClientResource } from '@clerk/types' ;
4
5
5
6
import { inCrossOriginIframe } from '../../../utils' ;
6
7
import { getCookieDomain } from '../getCookieDomain' ;
7
- import { getSuffixedCookieName } from '../utils' ;
8
8
9
9
const CLIENT_UAT_COOKIE_NAME = '__client_uat' ;
10
10
Original file line number Diff line number Diff line change 1
1
import { createCookieHandler } from '@clerk/shared/cookie' ;
2
2
import { addYears } from '@clerk/shared/date' ;
3
3
import { DEV_BROWSER_JWT_KEY } from '@clerk/shared/devBrowser' ;
4
+ import { getSuffixedCookieName } from '@clerk/shared/keys' ;
4
5
5
6
import { inCrossOriginIframe } from '../../../utils' ;
6
- import { getSuffixedCookieName } from '../utils' ;
7
7
8
8
export type DevBrowserCookieHandler = {
9
9
set : ( jwt : string ) => void ;
Original file line number Diff line number Diff line change 1
1
import { createCookieHandler } from '@clerk/shared/cookie' ;
2
2
import { addYears } from '@clerk/shared/date' ;
3
+ import { getSuffixedCookieName } from '@clerk/shared/keys' ;
3
4
4
5
import { inCrossOriginIframe } from '../../../utils' ;
5
- import { getSuffixedCookieName } from '../utils' ;
6
6
7
7
const SESSION_COOKIE_NAME = '__session' ;
8
8
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments