mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-08 14:40:27 +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
|
||||
}
|
||||
};
|
||||
applyChanges(postdata, $SCRIPT_ROOT + '/user/profile');
|
||||
applyChanges(postdata, $SCRIPT_ROOT + '/user/profile', false, true);
|
||||
location.reload();
|
||||
});
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user