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