1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-15 07:43:35 +00:00

[PM-20247] Initialize user-core library (#15029)

* Initialize user-core library

* Run `npm install`

* Fix patched generator bug
This commit is contained in:
Justin Baur
2025-07-01 15:59:11 -04:00
committed by GitHub
parent 5eca3a5916
commit 172623e050
13 changed files with 111 additions and 1 deletions

1
.github/CODEOWNERS vendored
View File

@@ -18,6 +18,7 @@ apps/cli/src/auth @bitwarden/team-auth-dev
apps/desktop/src/auth @bitwarden/team-auth-dev
apps/web/src/app/auth @bitwarden/team-auth-dev
libs/auth @bitwarden/team-auth-dev
libs/user-core @bitwarden/team-auth-dev
# web connectors used for auth
apps/web/src/connectors @bitwarden/team-auth-dev
bitwarden_license/bit-web/src/app/auth @bitwarden/team-auth-dev