diff --git a/app/utils/localAuthentication.js b/app/utils/localAuthentication.js index 78a1a3149..7f1ebca15 100644 --- a/app/utils/localAuthentication.js +++ b/app/utils/localAuthentication.js @@ -80,11 +80,11 @@ export const localAuthenticate = async(server) => { } else { await localPasscode(); } - - // - await resetAttempts(); - await saveLastLocalAuthenticationSession(server, serverRecord); } + + // + await resetAttempts(); + await saveLastLocalAuthenticationSession(server, serverRecord); } };