Skip to content

Commit

Permalink
fix verify issue (#1757)
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed Jul 27, 2024
1 parent a753ffd commit dbdca86
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contexts/AppContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ const AppContextProvider = ({ children }) => {
const value = localStorage.getItem(key);

if (isPGPKey(value)) {
setUserProfileUnlocked(true);

return value;
}

Expand Down

0 comments on commit dbdca86

Please sign in to comment.