We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d528b2 commit 5a3b5a5Copy full SHA for 5a3b5a5
1 file changed
plugins/two-factor-auth/frontend/public/javascripts/countly.views.js
@@ -27,7 +27,6 @@ var TwoFAUser = countlyVue.views.create({
27
},
28
methods: {
29
onChange: function(value) {
30
- this.secret_code = null;
31
if (value) {
32
this.dataModal.showDialog = true;
33
this.getQRCode();
@@ -127,6 +126,7 @@ var TwoFAUser = countlyVue.views.create({
127
126
getQRCode() {
128
this.qrcode_html = null;
129
this.secret_token = null;
+ this.secret_code = null;
130
$.ajax({
131
type: "GET",
132
url: countlyCommon.API_PARTS.data.w + '/two-factor-auth',
0 commit comments