Skip to content

Commit

Permalink
add comment for env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
gatzjames committed Mar 22, 2024
1 parent cbccff7 commit 55f88c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/insomnia/src/ui/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ async function renderApp() {
await initPlugins();

await migrateFromLocalStorage();

// Check if there is a Session provided by an env variable and use this
const insomniaSession = getInsomniaSession();
if (insomniaSession) {
try {
Expand Down

0 comments on commit 55f88c4

Please sign in to comment.