Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85158627
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
793 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/src/components/user_panel/user_panel.js b/src/components/user_panel/user_panel.js
index ac6bc669c6..dd1da869e9 100644
--- a/src/components/user_panel/user_panel.js
+++ b/src/components/user_panel/user_panel.js
@@ -3,6 +3,7 @@ import { mapState } from 'vuex'
import PostStatusForm from 'src/components/post_status_form/post_status_form.vue'
import UserCard from 'src/components/user_card/user_card.vue'
+import AuthForm from 'src/components/auth_form/auth_form.js'
const UserPanel = {
computed: {
@@ -12,9 +13,6 @@ const UserPanel = {
...mapState({ user: (state) => state.users.currentUser }),
},
components: {
- AuthForm: defineAsyncComponent(
- () => import('src/components/auth_form/auth_form.js'),
- ),
PostStatusForm,
UserCard,
},
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sun, Jun 28, 6:06 AM (4 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1630725
Default Alt Text
(793 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment