mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Add user to rethinkdb after login.
This commit is contained in:
parent
23d068490e
commit
881996557a
5 changed files with 42 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
|||
module.exports = {
|
||||
users: {
|
||||
primaryKey: 'id'
|
||||
primaryKey: 'email'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue