fix(02): only letter and number username

This commit is contained in:
puriphatt 2024-08-29 14:07:43 +07:00
parent 30379bfe25
commit dc3e9ae0d1
4 changed files with 10 additions and 1 deletions

View file

@ -484,6 +484,7 @@ async function onDelete(id: string) {
typeStats.value = await userStore.typeStats();
flowStore.rotate();
},
cancel: () => {},
});
}