diff --git a/frontend/src/components/HostProfileView.vue b/frontend/src/components/HostProfileView.vue new file mode 100644 index 0000000..3573d19 --- /dev/null +++ b/frontend/src/components/HostProfileView.vue @@ -0,0 +1,121 @@ + + + + {{ headingTitle }} + {{ subheading }} + + + + + + + {{ initializing ? 'Loading your account…' : 'No active session found.' }} + + + + + + + + + Back + + + {{ authStore.isLoading ? 'Signing out…' : 'Logout' }} + + + Full Profile + + + Logout from {{ currentHost }}, or access your Full Profile at {{ authSiteHost }} (you may need to sign in again). + + + + + + + +
{{ subheading }}
+ {{ initializing ? 'Loading your account…' : 'No active session found.' }} +
Logout from {{ currentHost }}, or access your Full Profile at {{ authSiteHost }} (you may need to sign in again).