mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-21 07:43:50 +02:00
refactor store
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { request } from '../service/request';
|
||||
import { useUserStore } from '../stores';
|
||||
import { handleConfig } from '../coordinators/userCoordinator';
|
||||
|
||||
const loginReq = {
|
||||
/**
|
||||
@@ -63,7 +63,7 @@ const loginReq = {
|
||||
const args = {
|
||||
json
|
||||
};
|
||||
useUserStore().handleConfig(args);
|
||||
handleConfig(args);
|
||||
return args;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user