lint
This commit is contained in:
parent
dc2d163785
commit
a9b6f05e14
|
@ -18,7 +18,9 @@ export default function AuthenticationConfiguration() {
|
||||||
const saveAuthConfig = () => {
|
const saveAuthConfig = () => {
|
||||||
HttpService.makeCallToBackend({
|
HttpService.makeCallToBackend({
|
||||||
path: '/authentication/configuration',
|
path: '/authentication/configuration',
|
||||||
successCallback: () => { window.location.reload() },
|
successCallback: () => {
|
||||||
|
window.location.reload();
|
||||||
|
},
|
||||||
httpMethod: 'PUT',
|
httpMethod: 'PUT',
|
||||||
postBody: { value: authConfig },
|
postBody: { value: authConfig },
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue