Feature/5 pilots edit (#40)
* enabling pilot edit * enabling pilot edit
This commit was merged in pull request #40.
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user