X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Fhomeview.py;h=a910f74f2f7b2517b991d8abc881f5257c3f827f;hb=c8d5c8180ee140b573188ca78b0df1995f20e908;hp=b0249ce8cf37618882fb49aa7281e5058470a1f6;hpb=8441a4b2b81aa0543fa048b6ad2a59934c368769;p=unfold.git diff --git a/portal/homeview.py b/portal/homeview.py index b0249ce8..a910f74f 100644 --- a/portal/homeview.py +++ b/portal/homeview.py @@ -99,7 +99,6 @@ class HomeView (FreeAccessView, ThemeView): env = self.default_env() acc_auth_cred={} if request.user.is_authenticated(): - acc_auth_cred='N/A' ## check user is pi or not platform_query = Query().get('local:platform').select('platform_id','platform','gateway_type','disabled') account_query = Query().get('local:account').select('user_id','platform_id','auth_type','config')