Remove header

This commit is contained in:
Vishnu 2023-04-14 13:23:25 +05:30
parent 3bafa1f114
commit 1689069b87

View file

@ -54,8 +54,6 @@ const AuthenticatorCodesPage = () => {
alignItems: 'center',
justifyContent: 'flex-start',
}}>
<div style={{ marginBottom: '2rem' }} />
<h2>Authenticator</h2>
<div style={{ marginBottom: '1rem' }} />
{filteredCodes.length === 0 && searchTerm.length === 0 ? (
<></>