GUACAMOLE-96: Remove unused field controller.

This commit is contained in:
Michael Jumper
2017-11-20 16:20:13 -08:00
parent 96e3d02999
commit 456b8a0394
2 changed files with 0 additions and 30 deletions

View File

@@ -26,7 +26,6 @@ angular.module('guacTOTP').config(['formServiceProvider',
// Define field for the TOTP code provided by the user
formServiceProvider.registerFieldType('GUAC_TOTP_CODE', {
module : 'guacTOTP',
controller : 'authenticationCodeFieldController',
templateUrl : 'app/ext/totp/templates/authenticationCodeField.html'
});