Skip to content

Commit

Permalink
merge: #2597
Browse files Browse the repository at this point in the history
2597: small lints r=theoephraim a=theoephraim



Co-authored-by: Theo Ephraim <[email protected]>
  • Loading branch information
si-bors-ng[bot] and Theo Ephraim authored Aug 16, 2023
2 parents f103859 + 7469f44 commit 2c7aad2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/auth-portal/src/pages/LogoutPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

<script setup lang="ts">
import { onMounted } from "vue";
import { useRouter } from "vue-router";
import { useAuthStore } from "@/store/auth.store";
const authStore = useAuthStore();
Expand Down
1 change: 0 additions & 1 deletion app/web/src/store/auth.store.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { defineStore } from "pinia";
import storage from "local-storage-fallback"; // drop-in storage polyfill which falls back to cookies/memory
import jwtDecode from "jwt-decode";
import { useRouter } from "vue-router";
import { ApiRequest } from "@si/vue-lib/pinia";
import { posthog } from "@/utils/posthog";

Expand Down

0 comments on commit 2c7aad2

Please sign in to comment.