Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-17 16:45:42 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-01-17 16:45:42 +0300
commit48888dfc9a09bab59cf13368f652c17d4b63d1d6 (patch)
tree65a0e9b324ba3ed58c92df8cfe0e1689022eda9c /lib/Provider/TotpProvider.php
parent3bbd4948b3d268c5b0ae35ae81d271ff432d5288 (diff)
use vendor neutral name instead of 'Google authenticator'
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/Provider/TotpProvider.php')
-rw-r--r--lib/Provider/TotpProvider.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Provider/TotpProvider.php b/lib/Provider/TotpProvider.php
index 30c3377..ea18fff 100644
--- a/lib/Provider/TotpProvider.php
+++ b/lib/Provider/TotpProvider.php
@@ -59,7 +59,7 @@ class TotpProvider implements IProvider {
* @return string
*/
public function getDisplayName() {
- return 'TOTP (Google Authenticator)';
+ return 'TOTP (Authenticator app)';
}
/**