Skip to content

Commit

Permalink
fixing eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeisonPiegas authored Sep 29, 2024
1 parent 6e26afb commit 70722bc
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,9 @@ export default async function verifyProfile(

const passwordProfile = passwordProfileResult.data;

const { passwordEncrypted: oldPasswordEncrypted, passwordEncryptionMethod } = await findUserById(accountId);
const { passwordEncrypted: oldPasswordEncrypted, passwordEncryptionMethod } = await findUserById(
accountId
);

// Only compare password if the encryption method (algorithm) is Argon2i
// if the user is migrated, this check will be skipped
Expand Down

0 comments on commit 70722bc

Please sign in to comment.