mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-08-28 00:46:33 +01:00
Fix schema for link device for e164-less registration
This commit is contained in:
@@ -1099,7 +1099,7 @@ export type CreateAccountOptionsType = Readonly<{
|
||||
|
||||
const linkDeviceResultZod = z.object({
|
||||
uuid: aciSchema,
|
||||
pni: untaggedPniSchema.optional(),
|
||||
pni: untaggedPniSchema.nullish(),
|
||||
deviceId: z.number(),
|
||||
});
|
||||
export type LinkDeviceResultType = z.infer<typeof linkDeviceResultZod>;
|
||||
|
||||
Reference in New Issue
Block a user