mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Fix typo
Replace password with Asterix and Obelix See: http://www.topkool.com/fr/wp-content/uploads/2012/10/asterix-et-obelix-017.jpg @appinteractive 😆
This commit is contained in:
parent
6340efbfc5
commit
918bd863ed
@ -13,7 +13,7 @@ export default {
|
||||
Query: async (resolve, root, args, context, info) => {
|
||||
const result = await resolve(root, args, context, info)
|
||||
return walkRecursive(result, ['password'], () => {
|
||||
// replace password with asterix
|
||||
// replace password with asterisk
|
||||
return '*****'
|
||||
})
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user