mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 14:36:29 +02:00
🐛 fixing profile data and some QA issues
This commit is contained in:
@@ -14,7 +14,7 @@ const links = computed(() => {
|
||||
|
||||
if (!user.value) {
|
||||
tmp.push({
|
||||
label: 'Rejoindre FO',
|
||||
label: 'S\'inscrire sur FO',
|
||||
to: '/join'
|
||||
})
|
||||
} else {
|
||||
@@ -31,6 +31,8 @@ const signOut = async () => {
|
||||
const { error } = await auth.signOut()
|
||||
if (error) console.log(error)
|
||||
router.push('/')
|
||||
|
||||
// TOFIX
|
||||
}
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user