diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-07-17 20:39:20 +0200 |
---|---|---|
committer | Daniel Kesselberg <mail@danielkesselberg.de> | 2023-07-17 20:44:49 +0200 |
commit | 17d01749f37fa1de26d6740f1833a68d12270bbc (patch) | |
tree | c038d603e6a916e64d4db9b5f8bc7c009f9a555f /.github | |
parent | 6f0086a783ad52fb8e0406a1f24afa5e82d49f90 (diff) | |
download | nextcloud-server-17d01749f37fa1de26d6740f1833a68d12270bbc.tar.gz nextcloud-server-17d01749f37fa1de26d6740f1833a68d12270bbc.zip |
chore: update codeowners for 2fa
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b96a3545898..55c003a6579 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -31,9 +31,9 @@ # Two-Factor Authentication # https://github.com/nextcloud/wg-two-factor-authentication#members -/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen -*/TwoFactorAuth/* @ChristophWurst @miaulalala @nickvergessen -/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen +**/TwoFactorAuth @ChristophWurst @miaulalala @nickvergessen @st3iny +/apps/twofactor_backupcodes @ChristophWurst @miaulalala @nickvergessen @st3iny +/core/templates/twofactor* @ChristophWurst @miaulalala @nickvergessen @st3iny # Personal interest */Activity/* @nickvergessen |