estatehelm 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1603,7 +1603,7 @@ ${loginUrl}
1603
1603
  console.log("Authentication successful!");
1604
1604
  console.log(`Token: ${sanitizeToken(sessionToken)}`);
1605
1605
  await saveBearerToken(sessionToken);
1606
- await saveRefreshToken("");
1606
+ await saveRefreshToken("kratos-session-no-refresh");
1607
1607
  const client = createApiClient(sessionToken);
1608
1608
  console.log("\nFetching encryption keys...");
1609
1609
  const serverWrapSecret = await getServerWrapSecret(client);