upgraded cancelation process
This commit is contained in:
@@ -29,7 +29,7 @@ async function onSubmit(values : any, { setErrors } : any) {
|
||||
const siteControlStore = useSiteControlStore();
|
||||
const { username } = storeToRefs(userStore);
|
||||
username.value = body.data.displayName;
|
||||
await siteControlStore.newOrder(true);
|
||||
await siteControlStore.newOrder("/");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user