@privy-io/react-auth 1.12.0-beta.3 → 1.12.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -142,6 +142,7 @@ interface AppSettings {
142
142
  logoUrl?: string;
143
143
  theme?: 'System' | 'Light' | 'Dark' | string;
144
144
  accentColor?: string;
145
+ showWalletLoginFirst?: boolean;
145
146
  walletAuth?: boolean;
146
147
  emailAuth?: boolean;
147
148
  smsAuth?: boolean;