Skip to content
Snippets Groups Projects

removed alert after login/logout

Merged Administrator requested to merge alert-removed into stagging

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

Merged by AdministratorAdministrator 2 years ago (Sep 7, 2022 1:16pm UTC)

Loading

Pipeline #115 passed

Pipeline passed for 350ec857 on stagging

Deployed to stag‎ging‎ 2 years ago

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Administrator requested review from @udkumar

    requested review from @udkumar

    By Liju Jacob on 2022-09-07T13:11:33 (imported from GitLab)

    By Uday Kumar on 2022-09-07T13:11:33 (imported from GitLab)

    By Administrator on 2022-09-07T13:11:33 (imported from GitLab)

  • Administrator assigned to @udkumar

    assigned to @udkumar

    By Liju Jacob on 2022-09-07T13:11:33 (imported from GitLab)

    By Uday Kumar on 2022-09-07T13:11:33 (imported from GitLab)

    By Administrator on 2022-09-07T13:11:33 (imported from GitLab)

  • Administrator approved this merge request

    approved this merge request

    By Uday Kumar on 2022-09-07T13:16:22 (imported from GitLab)

    By Uday Kumar on 2022-09-07T13:16:22 (imported from GitLab)

    By Administrator on 2022-09-07T13:16:22 (imported from GitLab)

  • Administrator mentioned in commit 350ec857

    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