You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2017/09/27 02:18:16 UTC

[24/29] incubator-guacamole-client git commit: GUACAMOLE-210: Remove unnecessary empty template definitions (empty template is the default).

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 <mj...@apache.org>
Authored: Tue Feb 21 13:29:23 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
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'
     });