diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js
index cf5ffccd..0326482d 100644
--- a/data/web/js/site/admin.js
+++ b/data/web/js/site/admin.js
@@ -260,8 +260,8 @@ jQuery(function($){
data: 'tfa_active',
defaultContent: '',
render: function (data, type) {
- if(data == 1) return '';
- else return '';
+ if(data == 1) return '1';
+ else return '0';
}
},
{
@@ -269,8 +269,8 @@ jQuery(function($){
data: 'active',
defaultContent: '',
render: function (data, type) {
- if(data == 1) return '';
- else return '';
+ if(data == 1) return '1';
+ else return '0';
}
},
{