refactor: totp
parent
071696b397
commit
91083f0052
|
@ -11,6 +11,7 @@ import { deleteUserTOTPConfiguration } from "@services/UserInfoTOTPConfiguration
|
||||||
import DeleteDialog from "@views/Settings/TwoFactorAuthentication/DeleteDialog";
|
import DeleteDialog from "@views/Settings/TwoFactorAuthentication/DeleteDialog";
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
|
index: number;
|
||||||
config: UserInfoTOTPConfiguration;
|
config: UserInfoTOTPConfiguration;
|
||||||
handleRefresh: () => void;
|
handleRefresh: () => void;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue