forked from verdnatura/salix-front
Fixed login invalid function name
This commit is contained in:
parent
581efb8ddb
commit
b64392431f
|
@ -88,7 +88,7 @@ function onSubmit(): void {
|
||||||
password: password.value,
|
password: password.value,
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
session.set({
|
session.setToken({
|
||||||
token: response.data.token,
|
token: response.data.token,
|
||||||
keepLogin: keepLogin,
|
keepLogin: keepLogin,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue