mirror of
https://github.com/status-im/spiff-arena.git
synced 2025-02-22 06:28:18 +00:00
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…
x
Reference in New Issue
Block a user