1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Add new POC web artifact (#4581)

* Add the poc web artifact.

* Fix npm command typo
This commit is contained in:
Joseph Flinn
2023-01-26 13:38:41 -08:00
committed by GitHub
parent f274540896
commit 05dec84f0f
3 changed files with 14 additions and 0 deletions

11
apps/web/config/poc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"urls": {
"icons": "https://icons.poc.bitwarden.pw",
"notifications": "https://notifications.poc.bitwarden.pw",
"scim": "https://scim.poc.bitwarden.pw"
},
"flags": {
"secretsManager": true,
"showPasswordless": true
}
}