mirror of
https://github.com/bitwarden/browser
synced 2025-12-06 00:13:28 +00:00
[AC-1842] Secrets Manager Trial Page (#7475)
* Got trial page working without the form set up * Set up the form to create SM subscription * Add free SM trial page and sign up * Conner's changes * fixed imports * Set isFromSecretsManagerTrial * Fixed OrgKey location * Add isFromSecretsManager prop to free org create * Add LTO callout * Switch LTO to background box * Defect: AC-2081 * Fixed typo "Secrets Manger" to "Secrets Manager" * Removed discount price logic for storage and secrets manager prices since they don't apply --------- Co-authored-by: Conner Turnbull <133619638+cturnbull-bitwarden@users.noreply.github.com> Co-authored-by: Conner Turnbull <cturnbull@bitwarden.com>
This commit is contained in:
@@ -2,47 +2,47 @@
|
||||
"folders": [
|
||||
{
|
||||
"name": "root",
|
||||
"path": ".",
|
||||
"path": "."
|
||||
},
|
||||
{
|
||||
"name": "web vault",
|
||||
"path": "apps/web",
|
||||
"path": "apps/web"
|
||||
},
|
||||
{
|
||||
"name": "web vault (bit)",
|
||||
"path": "bitwarden_license/bit-web",
|
||||
"path": "bitwarden_license/bit-web"
|
||||
},
|
||||
{
|
||||
"name": "cli",
|
||||
"path": "apps/cli",
|
||||
"path": "apps/cli"
|
||||
},
|
||||
{
|
||||
"name": "desktop",
|
||||
"path": "apps/desktop",
|
||||
"path": "apps/desktop"
|
||||
},
|
||||
{
|
||||
"name": "browser",
|
||||
"path": "apps/browser",
|
||||
"path": "apps/browser"
|
||||
},
|
||||
{
|
||||
"name": "libs",
|
||||
"path": "libs",
|
||||
},
|
||||
"path": "libs"
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"eslint.options": {
|
||||
"overrideConfig": {
|
||||
"parserOptions": {
|
||||
"project": ["${workspaceFolder}/tsconfig.eslint.json"],
|
||||
},
|
||||
},
|
||||
"project": ["${workspaceFolder}/tsconfig.eslint.json"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"debug.javascript.terminalOptions": {
|
||||
"sourceMapPathOverrides": {
|
||||
"webpack:///./~/*": "${workspaceFolder:root}/node_modules/*",
|
||||
"webpack://?:*/*": "${workspaceFolder}/*",
|
||||
"webpack://@bitwarden/cli/*": "${workspaceFolder}/*",
|
||||
},
|
||||
"webpack://@bitwarden/cli/*": "${workspaceFolder}/*"
|
||||
}
|
||||
},
|
||||
"jest.disabledWorkspaceFolders": [
|
||||
"browser",
|
||||
@@ -56,14 +56,14 @@
|
||||
"jest.jestCommandLine": "npx jest",
|
||||
"angular.enable-strict-mode-prompt": false,
|
||||
"typescript.preferences.importModuleSpecifier": "project-relative",
|
||||
"javascript.preferences.importModuleSpecifier": "project-relative",
|
||||
"javascript.preferences.importModuleSpecifier": "project-relative"
|
||||
},
|
||||
"extensions": {
|
||||
"recommendations": [
|
||||
"orta.vscode-jest",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"Angular.ng-template",
|
||||
],
|
||||
},
|
||||
"Angular.ng-template"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user