Skip to content
This repository was archived by the owner on Jun 25, 2024. It is now read-only.

Commit 2e569a1

Browse files
author
Billy Clark
committed
needed a reminder for u2f message handling
1 parent 7264c91 commit 2e569a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/material/mfa/prompt-for-mfa-u2f.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ function handleU2fResponse(u2fResponse) {
2424
}
2525

2626
function handleError(u2fResponse) {
27+
//TODO: need to consider natural language for these errors (as well as translations)
2728
var message = u2fResponse.errorMessage ||
2829
Object.keys(u2f.ErrorCodes)[u2fResponse.errorCode];
2930

0 commit comments

Comments
 (0)