refactor: totp

feat-otp-verification
James Elliott 2023-02-14 07:39:46 +11:00
parent 071696b397
commit 91083f0052
No known key found for this signature in database
GPG Key ID: 0F1C4A096E857E49
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ import { deleteUserTOTPConfiguration } from "@services/UserInfoTOTPConfiguration
import DeleteDialog from "@views/Settings/TwoFactorAuthentication/DeleteDialog";
interface Props {
index: number;
config: UserInfoTOTPConfiguration;
handleRefresh: () => void;
}