diff --git a/packages/builder/src/components/design/AppPreview/componentStructure.json b/packages/builder/src/components/design/AppPreview/componentStructure.json
index 9bc6be093e..5bd2e01d25 100644
--- a/packages/builder/src/components/design/AppPreview/componentStructure.json
+++ b/packages/builder/src/components/design/AppPreview/componentStructure.json
@@ -61,8 +61,7 @@
"icon": "More",
"children": [
"screenslot",
- "navigation",
- "login"
+ "navigation"
]
}
]
diff --git a/packages/standard-components/manifest.json b/packages/standard-components/manifest.json
index 050f1fe254..9f67af6489 100644
--- a/packages/standard-components/manifest.json
+++ b/packages/standard-components/manifest.json
@@ -304,29 +304,6 @@
}
]
},
- "login": {
- "name": "Login Form",
- "description": "A component that automatically generates a login screen for your app.",
- "icon": "Login",
- "styleable": true,
- "settings": [
- {
- "type": "text",
- "label": "Logo",
- "key": "logo"
- },
- {
- "type": "text",
- "label": "Title",
- "key": "title"
- },
- {
- "type": "text",
- "label": "Button Text",
- "key": "buttonText"
- }
- ]
- },
"navigation": {
"name": "Nav Bar",
"description": "A component for handling the navigation within your app.",
diff --git a/packages/standard-components/src/Login.svelte b/packages/standard-components/src/Login.svelte
deleted file mode 100644
index 4d52cccd46..0000000000
--- a/packages/standard-components/src/Login.svelte
+++ /dev/null
@@ -1,194 +0,0 @@
-
-
-