Files
klz-cables.com/.pnpm-store/v10/files/05/ed1f901b4288a41911310e93bc5bb73d407d907992d2797e1b06b56dd724553c6996a4b5ab3650fa6169444a932ad67f0376558d695433d44039d83ae1e48a
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

18 lines
700 B
Plaintext

import React from 'react';
import './index.scss';
/**
* This component should **just** be the inactivity route and do nothing with logging the user out.
*
* It currently handles too much, the auth provider should just log the user out and then
* we could remove the useEffect in this file. So instead of the logout button
* being an anchor link, it should be a button that calls `logOut` in the provider.
*
* This view is still useful if cookies attempt to refresh and fail, i.e. the user
* is logged out due to inactivity.
*/
export declare const LogoutClient: React.FC<{
adminRoute: string;
inactivity?: boolean;
redirect: string;
}>;
//# sourceMappingURL=LogoutClient.d.ts.map