Skip to content

Commit

Permalink
Rename jwtToken
Browse files Browse the repository at this point in the history
  • Loading branch information
Dartoxian committed Dec 1, 2023
1 parent e2b75b2 commit 5c5f2f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export const KurtosisClientProvider = ({ children }: PropsWithChildren) => {
throw Error(`Port ${port} is not a number.`);
}

const jwtToken = Cookies.get("kurtosis");
const jwtToken = Cookies.get("_kurtosis_jwt_token");

if (isDefined(jwtToken)) {
newClient = new AuthenticatedKurtosisClient(
Expand Down

0 comments on commit 5c5f2f9

Please sign in to comment.