sdy

change name to username

...@@ -9,7 +9,7 @@ export default { ...@@ -9,7 +9,7 @@ export default {
9 where: { 9 where: {
10 OR: [ 10 OR: [
11 { 11 {
12 - name: { contains: term }, 12 + username: { contains: term },
13 }, 13 },
14 { 14 {
15 email: { contains: term }, 15 email: { contains: term },
......