diff --git a/apps/browser/.gitignore b/apps/browser/.gitignore
index 7a689bdb9f..87b21b9730 100644
--- a/apps/browser/.gitignore
+++ b/apps/browser/.gitignore
@@ -1,3 +1,5 @@
+config/local.json
+
# Safari
dist-safari
!src/safari/safari/app/popup/index.html
diff --git a/apps/browser/config/base.json b/apps/browser/config/base.json
index 348f00d1f3..8a3ccc14d3 100644
--- a/apps/browser/config/base.json
+++ b/apps/browser/config/base.json
@@ -2,6 +2,7 @@
"dev_flags": {},
"flags": {
"showPasswordless": true,
- "enableCipherKeyEncryption": false
+ "enableCipherKeyEncryption": false,
+ "accountSwitching": false
}
}
diff --git a/apps/browser/src/auth/popup/home.component.html b/apps/browser/src/auth/popup/home.component.html
index 6b42033c4b..42fe3106ff 100644
--- a/apps/browser/src/auth/popup/home.component.html
+++ b/apps/browser/src/auth/popup/home.component.html
@@ -1,3 +1,4 @@
+