mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 01:04:20 +02:00
🚧 Prepare for members pages and perms on auth users
This commit is contained in:
parent
d7e8c5ae4f
commit
f7a12fb5ec
@ -3,5 +3,7 @@ SUPABASE_URL=
|
|||||||
SUPABASE_KEY=
|
SUPABASE_KEY=
|
||||||
|
|
||||||
NUXT_PUBLIC_BASE_URL=
|
NUXT_PUBLIC_BASE_URL=
|
||||||
|
NUXT_UI_PRO_LICENSE=
|
||||||
|
|
||||||
NUXT_PUBLIC_DISCORD_GUILD_ID=
|
NUXT_PUBLIC_DISCORD_GUILD_ID=
|
||||||
NUXT_PUBLIC_SENTRY_DSN=
|
NUXT_PUBLIC_SENTRY_DSN=
|
3
modules/app/composables/permissions.ts
Normal file
3
modules/app/composables/permissions.ts
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
export const usePermission = () => {
|
||||||
|
// ...
|
||||||
|
}
|
17
modules/app/pages/members/index.vue
Normal file
17
modules/app/pages/members/index.vue
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<script setup lang="ts">
|
||||||
|
definePageMeta({
|
||||||
|
name: 'Members',
|
||||||
|
middleware: 'admin',
|
||||||
|
})
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<template>
|
||||||
|
<WIPNotif />
|
||||||
|
<UCard class="container mx-auto max-w-screen-md">
|
||||||
|
<h1 class="text-2xl uppercase">Bienvenue sur Force Orange</h1>
|
||||||
|
<p class="font-light">
|
||||||
|
Tu retrouveras toutes les informations nécessaires pour t'accompagner dans la préparation du festival Paris est
|
||||||
|
Ludique 2025.
|
||||||
|
</p>
|
||||||
|
</UCard>
|
||||||
|
</template>
|
Loading…
x
Reference in New Issue
Block a user