Initial commit from monorepo
This commit is contained in:
13
app/pages/clientarea/team/new.vue
Normal file
13
app/pages/clientarea/team/new.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
// Ручное создание команды убрано — команды создаются автоматически после KYC
|
||||
definePageMeta({
|
||||
middleware: ['auth-oidc']
|
||||
})
|
||||
|
||||
const localePath = useLocalePath()
|
||||
await navigateTo(localePath('/clientarea/kyc'))
|
||||
</script>
|
||||
Reference in New Issue
Block a user