6 lines
274 B
JavaScript
6 lines
274 B
JavaScript
|
|
module.exports = exports = {
|
||
|
|
authn: 'Biometric/Hardware Authentication',
|
||
|
|
enable: 'Setup Hardware Login',
|
||
|
|
desc: 'On supported devices, you can log into your APP_NAME account using a hardware token or biometric sensor such as your phone\'s fingerprint reader.',
|
||
|
|
}
|