Skip to content

Commit

Permalink
🚧 small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
acidjazz committed Sep 3, 2024
1 parent 8234b0c commit efe6ded
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ NUXT_SESSION_PASSWORD=test-nuxt-session-password-poj234poj23po32j4p32oj
NUXT_OAUTH_GOOGLE_CLIENT_ID=
NUXT_OAUTH_GOOGLE_CLIENT_SECRET=

NUXT_OAUTH_FACEBOOK_CLIENT_SECRET=
NUXT_OAUTH_FACEBOOK_CLIENT_ID=

NUXT_OAUTH_MICROSOFT_CLIENT_ID=
NUXT_OAUTH_MICROSOFT_CLIENT_SECRET=
NUXT_OAUTH_MICROSOFT_TENANT=
Expand Down
2 changes: 1 addition & 1 deletion app/components/header/HeaderMain.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ const { loggedIn } = useUserSession()
</template>
<template #right>
<div class="flex items-center space-x-2">
<u-color-mode-button />
<header-profile v-if="loggedIn" />
<header-sign-in v-else />
<u-color-mode-button />
</div>
</template>
</u-header>
Expand Down
7 changes: 5 additions & 2 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ defineOgImageComponent('OgLogo')
</script>

<template>
<div>
Landing page under construction
<div class="w-full h-full flex-1 flex items-center justify-center">
<u-icon
name="i-mdi-construction"
class="w-24 h-24"
/>
</div>
</template>

Expand Down

0 comments on commit efe6ded

Please sign in to comment.