GUACAMOLE-210: Remove unnecessary empty template definitions (empty template is the default).
Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/28cfc39c Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/28cfc39c Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/28cfc39c Branch: refs/heads/master Commit: 28cfc39c11838d6972c21ef92d6f07daaad0214e Parents: b59c1e7 Author: Michael Jumper <[email protected]> Authored: Tue Feb 21 13:29:23 2017 -0800 Committer: Michael Jumper <[email protected]> Committed: Mon Sep 25 13:06:44 2017 -0700 ---------------------------------------------------------------------- extensions/guacamole-auth-openid/src/main/resources/openidConfig.js | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/28cfc39c/extensions/guacamole-auth-openid/src/main/resources/openidConfig.js ---------------------------------------------------------------------- diff --git a/extensions/guacamole-auth-openid/src/main/resources/openidConfig.js b/extensions/guacamole-auth-openid/src/main/resources/openidConfig.js index 455c66a..cf4c81e 100644 --- a/extensions/guacamole-auth-openid/src/main/resources/openidConfig.js +++ b/extensions/guacamole-auth-openid/src/main/resources/openidConfig.js @@ -25,7 +25,6 @@ angular.module('guacOpenID').config(['formServiceProvider', // Define field for token from OpenID service formServiceProvider.registerFieldType("GUAC_OPENID_TOKEN", { - template : '', controller : 'guacOpenIDController', module : 'guacOpenID' });
