fix: login url fragment and refresh token
This commit is contained in:
parent
7d16320dea
commit
62a4c3b1ca
8 changed files with 72 additions and 172 deletions
|
|
@ -1,9 +1,8 @@
|
|||
import { ref } from 'vue'
|
||||
import { defineStore } from 'pinia'
|
||||
import { useLoader } from '@/stores/loader'
|
||||
import HttpService from '@/services/HttpService'
|
||||
import axiosClient from '@/services/HttpService'
|
||||
|
||||
const axiosClient = HttpService.getAxiosClient()
|
||||
const apiEndpoint: string = import.meta.env.VITE_API_ENDPOINT
|
||||
|
||||
export interface EhrFolder {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue