Files
klz-cables.com/.pnpm-store/v10/files/6c/821cfcdc201c5bb9a03d90bab758464c6b711f6016a258611be94bc657d038c0886db4e6a29d36c155651e26818e87d9fd1e7fdbafd2e4f4328033e23371ee
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

14 lines
416 B
Plaintext

import { generateMetadata } from '../../utilities/meta.js';
export const generateResetPasswordViewMetadata = async ({
config,
i18n: {
t
}
}) => generateMetadata({
description: t('authentication:resetPassword'),
keywords: t('authentication:resetPassword'),
serverURL: config.serverURL,
title: t('authentication:resetPassword'),
...(config.admin.meta || {})
});
//# sourceMappingURL=metadata.js.map