add create user in settings.

This commit is contained in:
mzerone
2024-08-01 00:41:35 +02:00
parent 8d99a6b03c
commit 36f518afca
4 changed files with 351 additions and 3 deletions

View File

@@ -42,4 +42,4 @@ export function getTypesOfUser(types: Type[]) {
return userTypes.filter((userType) => {
return !types.includes(userType);
})
}
}