Remove one file from `Auth` section in CODEOWNERS
What does this MR do and why?
I have been asked to review Increase accessibility of Invite Members modal (!102491 - merged) because the ~"group::authentication and authorization" was in the CODEOWNER.
/app/assets/javascripts/invite_members/components/members_token_select.vue
is not related to the ~"group::authentication and authorization". The word
token
here, refers to a distinct/unique identity (more to do with
username), and nothing to do with access tokens.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.