Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7adcbae

Browse files
committed
Add loggedInFromCoderplexOrg flag to user collection
1 parent 781a68f commit 7adcbae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/adapters/fauna/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ const Adapter = (config, options = {}) => {
6262
createdAt: q.Now(),
6363
updatedAt: q.Now(),
6464
},
65+
loggedInFromCoderplexOrg: true,
6566
},
6667
})
6768

0 commit comments

Comments
 (0)