diff --git a/.env.example b/.env.example index 1c2b35a7e..1343a229b 100644 --- a/.env.example +++ b/.env.example @@ -55,3 +55,6 @@ VITE_BACKEND_GQL_URL=http://localhost:3170/graphql VITE_BACKEND_WS_URL=wss://localhost:3170/graphql VITE_BACKEND_API_URL=http://localhost:3170/v1 +# Terms Of Service And Privacy Policy Links (Optional) +VITE_APP_TOS_LINK=https://docs.hoppscotch.io/terms +VITE_APP_PRIVACY_POLICY_LINK=https://docs.hoppscotch.io/privacy diff --git a/packages/hoppscotch-common/src/components/collections/index.vue b/packages/hoppscotch-common/src/components/collections/index.vue index 98ec377b7..79925d556 100644 --- a/packages/hoppscotch-common/src/components/collections/index.vue +++ b/packages/hoppscotch-common/src/components/collections/index.vue @@ -1185,7 +1185,7 @@ const onRemoveRequest = () => { }) if (possibleTab) { - possibleTab.value.document.saveContext = undefined + possibleTab.value.document.saveContext = null possibleTab.value.document.isDirty = true } } diff --git a/packages/hoppscotch-common/src/components/firebase/Login.vue b/packages/hoppscotch-common/src/components/firebase/Login.vue index f37409e60..85e3638c9 100644 --- a/packages/hoppscotch-common/src/components/firebase/Login.vue +++ b/packages/hoppscotch-common/src/components/firebase/Login.vue @@ -76,18 +76,21 @@