sdy

change name to username

......@@ -9,7 +9,7 @@ export default {
where: {
OR: [
{
name: { contains: term },
username: { contains: term },
},
{
email: { contains: term },
......