diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-12 22:16:29 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-09-12 22:16:29 +0200 |
commit | 0eeec1caabfccbda7fc2294c7452a781193e7487 (patch) | |
tree | e54adb45c301325039c3686f6dab2eeec5ee97b6 /apps/twofactor_backupcodes/appinfo | |
parent | ac48a9ba61ec9cb7632bf67328b654f2a628a981 (diff) | |
download | nextcloud-server-0eeec1caabfccbda7fc2294c7452a781193e7487.tar.gz nextcloud-server-0eeec1caabfccbda7fc2294c7452a781193e7487.zip |
Remove unused backupscode function
We use the initial state API so no need for this anymore.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'apps/twofactor_backupcodes/appinfo')
-rw-r--r-- | apps/twofactor_backupcodes/appinfo/routes.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/apps/twofactor_backupcodes/appinfo/routes.php b/apps/twofactor_backupcodes/appinfo/routes.php index 0119bfd0b08..62972c6f0a6 100644 --- a/apps/twofactor_backupcodes/appinfo/routes.php +++ b/apps/twofactor_backupcodes/appinfo/routes.php @@ -23,11 +23,6 @@ return [ 'routes' => [ [ - 'name' => 'settings#state', - 'url' => '/settings/state', - 'verb' => 'GET' - ], - [ 'name' => 'settings#createCodes', 'url' => '/settings/create', 'verb' => 'POST' |