Save last auth

This commit is contained in:
Diego Mello 2020-04-27 10:03:57 -03:00
parent b9105a8d12
commit 0a41f2448a
1 changed files with 4 additions and 4 deletions

View File

@ -80,11 +80,11 @@ export const localAuthenticate = async(server) => {
} else {
await localPasscode();
}
//
await resetAttempts();
await saveLastLocalAuthenticationSession(server, serverRecord);
}
//
await resetAttempts();
await saveLastLocalAuthenticationSession(server, serverRecord);
}
};