GUACAMOLE-96: Migrate to TOTP-specific field type for authentication code.

This commit is contained in:
Michael Jumper
2017-11-20 12:03:18 -08:00
parent 0844e9d422
commit 8ac8fec478
9 changed files with 259 additions and 24 deletions

View File

@@ -11,6 +11,18 @@
"translations" : [
"translations/en.json"
]
],
"js" : [
"totp.min.js"
],
"css" : [
"totp.min.css"
],
"resources" : {
"templates/authenticationCodeField.html" : "text/html"
}
}