mirror of
https://github.com/9technologygroup/patchmon.net.git
synced 2025-11-06 06:53:24 +00:00
fixed TFA setting up and login redirect issue
This commit is contained in:
@@ -529,6 +529,7 @@ const Profile = () => {
|
||||
|
||||
// TFA Tab Component
|
||||
const TfaTab = () => {
|
||||
const verificationTokenId = useId();
|
||||
const [setupStep, setSetupStep] = useState("status"); // 'status', 'setup', 'verify', 'backup-codes'
|
||||
const [verificationToken, setVerificationToken] = useState("");
|
||||
const [password, setPassword] = useState("");
|
||||
|
||||
Reference in New Issue
Block a user