pub async fn mnemonic_reveal_handler<E>(
__arg0: State<UiState<DynGatewayApi<E>>>,
_auth: UserAuth,
__arg2: Form<RevealMnemonicForm>,
) -> impl IntoResponseExpand description
Handler for revealing the mnemonic (POST request with password). Verifies the password and returns the mnemonic if valid.