mirror of
https://codeberg.org/timelimit/timelimit-server.git
synced 2026-08-31 19:03:45 +02:00
Sign in parents by default
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user