Skip to content

Commit

Permalink
apply fix
Browse files Browse the repository at this point in the history
  • Loading branch information
panteliselef committed Dec 16, 2024
1 parent 24d8fcd commit 7d35c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/clerk-js/src/core/auth/cookies/devBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const createDevBrowserCookie = (cookieSuffix: string): DevBrowserCookieHa

const get = (mode?: 'only-suffixed') => {
if (mode === 'only-suffixed') {
suffixedDevBrowserCookie.get();
return suffixedDevBrowserCookie.get();
}
return suffixedDevBrowserCookie.get() || devBrowserCookie.get();
};
Expand Down

0 comments on commit 7d35c57

Please sign in to comment.