Sign in parents by default

This commit is contained in:
Jonas Lochmann
2020-12-21 01:00:00 +01:00
parent 9dc797a96c
commit 2acee613f6
4 changed files with 9 additions and 5 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ export const addChildDevice = async ({ database, websocket, request }: {
deviceAuthToken,
deviceName: request.deviceName,
newDeviceInfo: request.childDevice,
userId: ''
userId: '',
isUserKeptSignedIn: false
}), { transaction })
await database.family.update({