Save last auth
This commit is contained in:
parent
b9105a8d12
commit
0a41f2448a
|
@ -80,11 +80,11 @@ export const localAuthenticate = async(server) => {
|
|||
} else {
|
||||
await localPasscode();
|
||||
}
|
||||
|
||||
//
|
||||
await resetAttempts();
|
||||
await saveLastLocalAuthenticationSession(server, serverRecord);
|
||||
}
|
||||
|
||||
//
|
||||
await resetAttempts();
|
||||
await saveLastLocalAuthenticationSession(server, serverRecord);
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue