From f5f3d3e23cac9c425c20019cb89baa212154f2ed Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 26 May 2023 17:32:33 -0300 Subject: compute some error on submit --- packages/exchange-backoffice-ui/src/pages/UnlockAccount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/exchange-backoffice-ui/src/pages/UnlockAccount.tsx') diff --git a/packages/exchange-backoffice-ui/src/pages/UnlockAccount.tsx b/packages/exchange-backoffice-ui/src/pages/UnlockAccount.tsx index 74cb0d056..2ebac0718 100644 --- a/packages/exchange-backoffice-ui/src/pages/UnlockAccount.tsx +++ b/packages/exchange-backoffice-ui/src/pages/UnlockAccount.tsx @@ -32,7 +32,7 @@ export function UnlockAccount({ { try { - await onAccountUnlocked(v.password); + await onAccountUnlocked(v.password!); notifyInfo("Account unlocked" as TranslatedString); } catch (e) { -- cgit v1.2.3