Feature/5 pilots edit (#40)

* enabling pilot edit

* enabling pilot edit
This commit was merged in pull request #40.
This commit is contained in:
2025-02-03 02:55:09 +00:00
committed by GitHub
parent c71af4a793
commit fd28bbfd20
3 changed files with 18 additions and 10 deletions

View File

@@ -52,7 +52,6 @@ const SiteNav: React.FC<unknown> = () => {
instance.logoutRedirect();
};
const getUserProfile = async (accessToken: string): Promise<User> => {
console.log(accessToken)
try {
const response: AxiosResponse = await httpClient.get(`api/userProfile`, {
headers: {