diff options
author | Mario <mario@mariovavti.com> | 2023-03-08 10:18:32 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-03-08 10:18:32 +0000 |
commit | 2ffef2be8f6967c012be52efb6c21dd28878ee4c (patch) | |
tree | 2ed8b1ecddbfab67bcebf096b2de0b66675b385c /Zotlabs | |
parent | c2e5610455894d11467abdf03a3121dd2de521b2 (diff) | |
download | volse-hubzilla-2ffef2be8f6967c012be52efb6c21dd28878ee4c.tar.gz volse-hubzilla-2ffef2be8f6967c012be52efb6c21dd28878ee4c.tar.bz2 volse-hubzilla-2ffef2be8f6967c012be52efb6c21dd28878ee4c.zip |
minor cleanup
Diffstat (limited to 'Zotlabs')
-rw-r--r-- | Zotlabs/Module/Totp_check.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Module/Totp_check.php b/Zotlabs/Module/Totp_check.php index 3f6549382..c0b38a513 100644 --- a/Zotlabs/Module/Totp_check.php +++ b/Zotlabs/Module/Totp_check.php @@ -78,9 +78,6 @@ class Totp_check extends Controller { '$header' => t('Multifactor Verification'), '$id' => $id, '$desc' => t('Please enter the verification key from your authenticator app'), - //'$success' => t('Success!'), - //'$fail' => t('Invalid code, please try again.'), - //'$maxfails' => t('Too many invalid codes...'), '$submit' => t('Verify'), '$static' => $static ] |