diff --git a/apps/authentiwatch/interface.html b/apps/authentiwatch/interface.html index b0ac7de45..12c0c1d8d 100644 --- a/apps/authentiwatch/interface.html +++ b/apps/authentiwatch/interface.html @@ -159,7 +159,7 @@ function editToken(id) { markup += 'Period:'; markup += 'Count:'; markup += 'Digits:'; - markup += selectMarkup('digits', ['6','8'], tokens[id].digits); + markup += selectMarkup('digits', ['6','7','8','9','10'], tokens[id].digits); markup += ''; markup += 'Hash:'; markup += selectMarkup('algorithm', ['SHA1','SHA256','SHA512'], tokens[id].algorithm);