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