mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
🩹 fixing the visibility of the result when forgot pwd
This commit is contained in:
@@ -35,7 +35,7 @@ const signOut = async () => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UHeader :links="links" class="bg-white dark:bg-gray-900 rounded-xl shadow-lg mx-4 mt-4">
|
||||
<UHeader class="bg-white dark:bg-gray-900 rounded-xl shadow-lg mx-4 mt-4">
|
||||
<template #left>
|
||||
<NuxtLink to="/">
|
||||
<NuxtImg src="/assets/img/logo-fo.svg" alt="Force Orange" />
|
||||
@@ -43,7 +43,7 @@ const signOut = async () => {
|
||||
</template>
|
||||
|
||||
<template #right>
|
||||
<UColorModeButton />
|
||||
<UHeaderLinks class="mx-2" :ui="{ base: 'gap-2' }" :links="links" />
|
||||
|
||||
<template v-if="user">
|
||||
<UButton to="/profile" :loading="loading" icon="i-mdi-account-circle">
|
||||
@@ -53,6 +53,7 @@ const signOut = async () => {
|
||||
</template>
|
||||
|
||||
<UButton v-else to="/signin" variant="soft">Se connecter</UButton>
|
||||
<UColorModeButton />
|
||||
</template>
|
||||
</UHeader>
|
||||
|
||||
|
Reference in New Issue
Block a user