+
This action reveals a credential, so please confirm it is you.
+
+ {methods.length === 0 ? (
+ <>
+
No supported re-authentication method is available for this account.
+
+
+
+ >
+ ) : (
+ <>
+ {methods.length > 1 && (
+
+ {methods.map((m) => (
+
+ ))}
+
+ )}
+
+
+ >
+ )}
+
+