removed alert after login/logout
inclued Changes are as follows:-
-
removed alert which pops up after login and logout
-
changed the api call for logout which :-
Previously
axios.get(" https://api.vachanengine.org/redoc#operation/logout_v2_user_logout_get ",{headers:{ 'content-type': 'application/json', 'token': token }})
Now
axios.get(`${base_url}user/logout`,{headers:{ 'content-type': 'application/json', app: "Autographa", Authorization: `Bearer ${token}` }})
Merge request reports
Activity
Filter activity
added In Progress/ Review label
mentioned in commit 350ec857
By Uday Kumar on 2022-09-07T13:16:40 (imported from GitLab)
By Uday Kumar on 2022-09-07T13:16:40 (imported from GitLab)
By Administrator on 2022-09-07T13:16:40 (imported from GitLab)
Please register or sign in to reply