@@ -23,7 +23,7 @@
|
||||
<v-list style="padding: 0;">
|
||||
<v-list-item>
|
||||
<router-link :to="{ name: 'contact' }">
|
||||
<v-btn class="full-width-btn" flat>Connexion</v-btn>
|
||||
<v-btn class="full-width-btn" flat>Inscription</v-btn>
|
||||
</router-link>
|
||||
</v-list-item>
|
||||
<!-- <v-list-item>
|
||||
|
||||
@@ -10,7 +10,7 @@ export default function(app) {
|
||||
// depending on the environment, the correct file will be used
|
||||
const api = axios.create({
|
||||
baseURL: import.meta.env.VITE_API_URL,
|
||||
timeout: 2000,
|
||||
timeout: 10000,
|
||||
});
|
||||
|
||||
const requestInterceptor = (config) => {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<v-row>
|
||||
<v-col cols="12">
|
||||
<v-card-actions class="justify-end">
|
||||
<v-btn @click="this.$router.push({path: '/creatorfolio'})">Ok</v-btn>
|
||||
<v-btn @click="this.$router.push({path: '/guillaumeaime'})">Ok</v-btn>
|
||||
</v-card-actions>
|
||||
</v-col>
|
||||
</v-row>
|
||||
|
||||
@@ -13,11 +13,6 @@
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-row>
|
||||
<RouterLink :to="{ name: 'login' }">
|
||||
<v-btn size="large" style="background-color: #F4F4F4;" light elevation="0">
|
||||
Connexion
|
||||
</v-btn>
|
||||
</RouterLink>
|
||||
<RouterLink :to="{ name: 'contact' }">
|
||||
<v-btn size="large" style="border-radius: 40px;" color="rgb(107, 0, 101)" outlined elevation="0">
|
||||
Inscription
|
||||
|
||||
Reference in New Issue
Block a user