mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 00:03:56 +00:00
[PS 1045] bw login with apikey argument fails on cli (#3959)
* Add fix for bw login with apikey argument fails bug * Changes after running the prettier * Revert chnages on the launch.json file * Changes after running a lint * Renaming a filename to remove capital letters * Resolving the error on test run * Renaming file names due lint errors * Renaming new files to conform to snake case * Remove the test for user api login strategy * Adding the user api login test and file renaming * Rename file name to organization-api-login.spec.ts * Fixing the lint error on PR * Adding the apiLogIn.strategy to whitelist-capital-letters * Removing all the apiLogIn.strategy in whitelist-capital-letters. * Fixing PR comment relating OrganizationApiTokenRequest * Resolve PR comment on OrganizationApiTokenRequest model * Fixing PR comment of separating organization token model * fixing the lint error message * Fixing the lint error * Reverting the changes on lunch.js * revert the actual content on launch.json * Reverting changes relating to organization api login * Removing the OrganizationIdentityTokenResponse file * Removing OrganizationIdentityTokenResponse file Co-authored-by: dynwee <onwudiweokeke@gmail.com>
This commit is contained in:
2
.github/whitelist-capital-letters.txt
vendored
2
.github/whitelist-capital-letters.txt
vendored
@@ -36,7 +36,6 @@
|
||||
./libs/angular/src/interfaces/selectOptions.ts
|
||||
./libs/components/src/stories/Introduction.stories.mdx
|
||||
./libs/common/spec/misc/logInStrategies/logIn.strategy.spec.ts
|
||||
./libs/common/spec/misc/logInStrategies/apiLogIn.strategy.spec.ts
|
||||
./libs/common/spec/misc/logInStrategies/passwordLogIn.strategy.spec.ts
|
||||
./libs/common/spec/misc/logInStrategies/ssoLogIn.strategy.spec.ts
|
||||
./libs/common/spec/web/services/webCryptoFunction.service.spec.ts
|
||||
@@ -60,7 +59,6 @@
|
||||
./libs/common/spec/services/consoleLog.service.spec.ts
|
||||
./libs/common/src/misc/logInStrategies/ssoLogin.strategy.ts
|
||||
./libs/common/src/misc/logInStrategies/passwordLogin.strategy.ts
|
||||
./libs/common/src/misc/logInStrategies/apiLogin.strategy.ts
|
||||
./libs/common/src/misc/logInStrategies/passwordlessLogin.strategy.ts
|
||||
./libs/common/src/misc/logInStrategies/logIn.strategy.ts
|
||||
./libs/common/src/misc/nodeUtils.ts
|
||||
|
||||
Reference in New Issue
Block a user