taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 493f746865063f1f01c3c8764f46151bc3fdd5d2
parent acd9b6eb06632aa31c243e8cfd85abed080bb4ca
Author: Sebastian <sebasjm@taler-systems.com>
Date:   Tue, 12 May 2026 12:34:45 -0300

missing class on title

Diffstat:
Mpackages/merchant-backoffice-ui/src/components/SolveMFA.tsx | 7+++++--
Mpackages/merchant-backoffice-ui/src/paths/newAccount/index.tsx | 2+-
2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/packages/merchant-backoffice-ui/src/components/SolveMFA.tsx b/packages/merchant-backoffice-ui/src/components/SolveMFA.tsx @@ -14,7 +14,7 @@ import { SafeHandlerTemplate, undefinedIfEmpty, useLocalNotificationBetter, - useTranslationContext + useTranslationContext, } from "@gnu-taler/web-util/browser"; import { format } from "date-fns"; import { Fragment, h, VNode } from "preact"; @@ -283,7 +283,10 @@ function SolveChallenge({ object={value} valueHandler={valueHandler} > - <header style={{ border: "1px solid", borderBottom: 0 }}> + <header + class="modal-card-head" + style={{ border: "1px solid", borderBottom: 0 }} + > <p class="modal-card-title"> <i18n.Translate>Validation code sent.</i18n.Translate> </p> diff --git a/packages/merchant-backoffice-ui/src/paths/newAccount/index.tsx b/packages/merchant-backoffice-ui/src/paths/newAccount/index.tsx @@ -25,7 +25,7 @@ import { HttpStatusCode, InstanceConfigurationMessage, MerchantAuthMethod, - TanChannel, + TanChannel } from "@gnu-taler/taler-util"; import { buildStorageKey,