From 7038542f146d7a090feb185373ea882a7ee34986 Mon Sep 17 00:00:00 2001 From: rassadin11 Date: Thu, 14 May 2026 22:51:11 +0300 Subject: [PATCH] 14.05.2026 rip --- src/features/wallet/api/walletApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/wallet/api/walletApi.ts b/src/features/wallet/api/walletApi.ts index 293a937..8f7e874 100644 --- a/src/features/wallet/api/walletApi.ts +++ b/src/features/wallet/api/walletApi.ts @@ -198,6 +198,6 @@ export async function createWallet(): Promise { } export async function revealMnemonic(): Promise { - const res = await walletPost<{ success: boolean; data: { mnemonic: string } }>('/api/wallets/mnemonic/reveal', {}) + const res = await walletPost<{ success: boolean; data: { mnemonic: string } }>('/api/wallets/mnemonic/reveal', { confirm: 'I_UNDERSTAND_SEED_IS_SECRET' }) return res.data.mnemonic }