From d1a8900f68fadf0daad3c866f681e68349edb8fc Mon Sep 17 00:00:00 2001 From: Alexander Trost Date: Fri, 11 Oct 2024 17:20:43 +0200 Subject: [PATCH] fix: tweak account info social login layout Signed-off-by: Alexander Trost --- app/components/auth/account/AccountInfo.vue | 8 +- .../auth/account/OAuth2Connection.vue | 103 +++++++++++------- .../auth/account/OAuth2Connections.vue | 16 +-- 3 files changed, 74 insertions(+), 53 deletions(-) diff --git a/app/components/auth/account/AccountInfo.vue b/app/components/auth/account/AccountInfo.vue index 2a4277326..2f1c05294 100644 --- a/app/components/auth/account/AccountInfo.vue +++ b/app/components/auth/account/AccountInfo.vue @@ -105,8 +105,8 @@ const selectedTab = computed({ class="grid grid-cols-2 items-center gap-2" :ui="{ container: '' }" > -
- +
+ {{ account.account?.username }} -
- +
+ {{ account.account?.license }} diff --git a/app/components/auth/account/OAuth2Connections.vue b/app/components/auth/account/OAuth2Connections.vue index 7ed9ee5e0..1ab4fb157 100644 --- a/app/components/auth/account/OAuth2Connections.vue +++ b/app/components/auth/account/OAuth2Connections.vue @@ -22,13 +22,15 @@ function getProviderConnection(provider: string): undefined | OAuth2Account { :title="$t('components.auth.OAuth2Connections.title')" :description="$t('components.auth.OAuth2Connections.subtitle')" > - + + +