Revert "refactor"

This reverts commit 94d4f8271e.
This commit is contained in:
syuilo 2022-03-01 03:51:31 +09:00
parent a626c69547
commit 645dbebd86
15 changed files with 29 additions and 34 deletions

View file

@ -33,7 +33,7 @@ import FormInfo from '@/components/ui/info.vue';
import FormSuspense from '@/components/form/suspense.vue';
import * as os from '@/os';
import * as symbols from '@/symbols';
import { refetchInstanceMeta } from '@/instance';
import { fetchInstance } from '@/instance';
export default defineComponent({
components: {
@ -72,7 +72,7 @@ export default defineComponent({
githubClientId: this.githubClientId,
githubClientSecret: this.githubClientSecret,
}).then(() => {
refetchInstanceMeta();
fetchInstance();
});
}
}