partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1b1aebfd3d344a87b0bc78fc5baf6c74440893f6
parent 2caeb4aa659fc49c897c1d7cdc770f96d75a9c7a
Author: Felicitus <felicitus@felicitus.org>
Date:   Fri,  4 Dec 2015 14:25:46 +0100

Fixed authentication provider selection

Diffstat:
Mweb/setup/js/Cards/AdminUserCard.js | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/web/setup/js/Cards/AdminUserCard.js b/web/setup/js/Cards/AdminUserCard.js @@ -87,7 +87,7 @@ Ext.define('PartKeeprSetup.AdminUserCard', { ] }); - //this.authenticationMethodRadioGroup.on("change", this.onAuthenticationMethodChanged, this); + this.authenticationMethodRadioGroup.on("change", this.onAuthenticationMethodChanged, this); this.userInputForm = Ext.create("Ext.Panel", { bodyStyle: 'background:none;padding-bottom: 10px;', @@ -123,8 +123,6 @@ Ext.define('PartKeeprSetup.AdminUserCard', { }, onAuthenticationMethodChanged: function () { var values = this.authenticationMethodRadioGroup.getValue(); - - console.log(values); PartKeeprSetup.getApplication().getSetupConfig().values.authentication_provider = values.authentication_provider; }, onUserModeChanged: function ()