+ {/* Header */}
+
+
+
+
+
Verify Your Identity
+
+ Step-up authentication is required for {actionDescription}
+
+
+
+ {/* Error message */}
+ {error && (
+
{error}
+ )}
+
+ {/* Verification method selector */}
+
+
+
+
+
+ {/* MFA Form */}
+ {verificationMethod === 'mfa' && (
+
+ )}
+
+ {/* Password Form */}
+ {verificationMethod === 'password' && (
+
+ )}
+
+ {/* Info */}
+
+
+ Note: Step-up authentication is valid for 15 minutes. You won't need to verify again for
+ similar actions during this time.
+
+
+