Test
This commit is contained in:
parent
5d23477ada
commit
592ffc0393
|
@ -169,7 +169,7 @@
|
||||||
body: JSON.stringify({ credentials })
|
body: JSON.stringify({ credentials })
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
location.reload();
|
window.location.href = '/acl';
|
||||||
} else {
|
} else {
|
||||||
alert('Failed to add credentials');
|
alert('Failed to add credentials');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue