ui(account): add security key management
This commit is contained in:
parent
31c2ef5279
commit
3c21770c25
7 changed files with 148 additions and 10 deletions
|
@ -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'}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue