An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(identity-wallet): add index signature to CreateAccountParams for proper Tauri invoke typing

authored by

Malpercio and committed by
Tangled
a47d75e8 83f0818d

+1 -1
+1 -1
apps/identity-wallet/src/lib/ipc.ts
··· 5 5 6 6 // ── create_account ────────────────────────────────────────────────────────── 7 7 8 - export interface CreateAccountParams { 8 + export interface CreateAccountParams extends Record<string, unknown> { 9 9 claimCode: string; 10 10 email: string; 11 11 handle: string;