1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-21 11:54:02 +00:00

move logout-reason to a new logout package

In order to remove references in bitwarden/common to bitwarden/auth I have
create a new package, logout, and moved the logout-reason type to it. This
type is referenced many times in common.
This commit is contained in:
addisonbeck
2025-05-22 13:42:10 -04:00
parent bd29397fd8
commit a1f8866557
51 changed files with 114 additions and 48 deletions

View File

@@ -5,7 +5,8 @@
"@bitwarden/admin-console/common": ["../admin-console/src/common"],
"@bitwarden/auth/common": ["../auth/src/common"],
"@bitwarden/common/*": ["../common/src/*"],
"@bitwarden/key-management": ["../key-management/src"]
"@bitwarden/key-management": ["../key-management/src"],
"@bitwarden/logout": ["../logout/src"]
}
},
"include": ["src", "spec"],