Skip to content

Commit

Permalink
fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
alexisvigoureux committed Dec 2, 2024
1 parent 38b8feb commit 87a918f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config/vendure-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ export interface AuthOptions {
/**
* @description
* Disable the last login update (prevent a save on user entity) when a user logs in.
* This can be useful when there is a lot of authentication in a short period of time and get lock on the user table.
* This can be useful when there are a lot of authentication in a short period of time and there are locks on the user table.
* @since 3.0.7
*/
disableLastLoginUpdate?: boolean
Expand Down

0 comments on commit 87a918f

Please sign in to comment.