mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 20:16:05 +00:00
Fix 169: enabling/disabling Two Factor Authentication doesn't work
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user