Skip to content

Commit

Permalink
Merge pull request #9728 from hbendev/patch-1
Browse files Browse the repository at this point in the history
Update authProvider.ts
  • Loading branch information
djhi authored Apr 12, 2024
2 parents 2862ad1 + 5c59867 commit 3214e91
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const authProvider: AuthProvider = {
);

if (user) {
// eslint-disable-next-line no-unused-vars
// eslint-disable-next-line no-unused-vars, @typescript-eslint/no-unused-vars
let { password, ...userToPersist } = user;
localStorage.setItem('user', JSON.stringify(userToPersist));
return Promise.resolve();
Expand Down

0 comments on commit 3214e91

Please sign in to comment.