Files
klz-cables.com/.pnpm-store/v10/files/5f/da9f8a918db0ed4ba54ee18ee15bf54cecb4861573a3c33cea13255e78b8366e7450dce74b372eaecc3714202ae8b1e2b6cf80fb600e212793881fb97b3db9
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
420 B
Plaintext

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