You are here

function tfa_test_phone in Two-factor Authentication (TFA) 7

1 string reference to 'tfa_test_phone'
tfa_test_tfa_api in tests/tfa_test.module
Implements hook_tfa_api().

File

tests/tfa_test.module, line 21

Code

function tfa_test_phone($account) {
  return '5555550983';
}