mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
ui(account): add security key management
This commit is contained in:
@@ -27,7 +27,7 @@ const Container = styled.div`
|
||||
`;
|
||||
|
||||
export default () => {
|
||||
const { state } = useLocation<undefined | { twoFactorRedirect?: boolean }>();
|
||||
const { state } = useLocation<{ twoFactorRedirect?: boolean } | undefined>();
|
||||
|
||||
return (
|
||||
<PageContentBlock title={'Account Overview'}>
|
||||
|
||||
Reference in New Issue
Block a user