Fixed login invalid function name

This commit is contained in:
Joan Sanchez 2022-03-09 10:17:13 +01:00
parent 581efb8ddb
commit b64392431f
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ function onSubmit(): void {
password: password.value,
})
.then((response) => {
session.set({
session.setToken({
token: response.data.token,
keepLogin: keepLogin,
});