mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 22:50:26 +00:00
Fix 169: enabling/disabling Two Factor Authentication doesn't work
This commit is contained in:
parent
f172a64ddd
commit
b7aefc57b2
@ -165,7 +165,7 @@
|
|||||||
'enable_otp' : enable_otp
|
'enable_otp' : enable_otp
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
applyChanges(postdata, $SCRIPT_ROOT + '/user/profile');
|
applyChanges(postdata, $SCRIPT_ROOT + '/user/profile', false, true);
|
||||||
location.reload();
|
location.reload();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user