refactor progress
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
* along with Fluxer. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
import HttpClient from '~/lib/HttpClient';
|
||||
import SessionManager from '~/lib/SessionManager';
|
||||
import SudoPromptStore from '~/stores/SudoPromptStore';
|
||||
import SudoStore from '~/stores/SudoStore';
|
||||
import HttpClient from '@app/lib/HttpClient';
|
||||
import SessionManager from '@app/lib/SessionManager';
|
||||
import SudoPromptStore from '@app/stores/SudoPromptStore';
|
||||
import SudoStore from '@app/stores/SudoStore';
|
||||
|
||||
export function setupHttpClient(): void {
|
||||
HttpClient.setAuthTokenProvider(() => SessionManager.token);
|
||||
Reference in New Issue
Block a user