Skip to content
Snippets Groups Projects
Verified Commit bd8fbef1 authored by Defendi Alberto's avatar Defendi Alberto
Browse files

Set correct request type (get).

parent ec9a48de
No related branches found
No related tags found
2 merge requests!56Refined auth flow and new website pages.,!45Polished auth flow including ReservedRoute and role selection.
......@@ -9,7 +9,7 @@ export const ProfilePage: FC = () => {
const logout = (): void => {
axios
.post('/api/web/login/logout')
.get('/api/web/login/logout')
.then(() => history.replace(NonAuthRoutes.home));
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment