Commit
Refactor PatternManager component to remove authentication dependency
Commit details
Commit notes
- Eliminated the use of the `useAuth` hook and associated token retrieval from the PatternManager component, simplifying the API calls for pattern management. - Updated API calls to remove the token parameter, enhancing the component's clarity and maintainability.
These changes streamline the pattern management process and improve the overall structure of the component.
- Files changed
- 1
- Lines added
- +4
- Lines removed
- −19