Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas ONeil <[email protected]>
  • Loading branch information
loneil committed Feb 2, 2024
1 parent a2825f1 commit 76474f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/tenant-ui/frontend/src/components/profile/JWT.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import Accordion from 'primevue/accordion';
import AccordionTab from 'primevue/accordiontab';
import Button from 'primevue/button';
import 'primeicons/primeicons.css';
import { jwtDecode } from "jwt-decode";
import { jwtDecode } from 'jwt-decode';
import { useToast } from 'vue-toastification';
const toast = useToast();
Expand Down

0 comments on commit 76474f4

Please sign in to comment.