fix(02): only letter and number username
This commit is contained in:
parent
30379bfe25
commit
dc3e9ae0d1
4 changed files with 10 additions and 1 deletions
|
|
@ -484,6 +484,7 @@ async function onDelete(id: string) {
|
|||
typeStats.value = await userStore.typeStats();
|
||||
flowStore.rotate();
|
||||
},
|
||||
cancel: () => {},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue