14.05.2026 rip
This commit is contained in:
@@ -198,6 +198,6 @@ export async function createWallet(): Promise<void> {
|
||||
}
|
||||
|
||||
export async function revealMnemonic(): Promise<string> {
|
||||
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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user