fixed yubikey username auto-type

This commit is contained in:
antelle 2020-05-09 08:57:57 +02:00
parent cf8aa6f9a4
commit 5a94c81b11
No known key found for this signature in database
GPG Key ID: 094A2F2D6136A4EE
1 changed files with 8 additions and 0 deletions

View File

@ -34,6 +34,14 @@ class ExternalEntryModel extends Model {
getAllFields() {
return this.fields;
}
getFieldValue(field) {
return this.fields[field];
}
getEffectiveAutoTypeSeq() {
return '{TOTP}';
}
}
ExternalEntryModel.defineModelProperties({