Merged PR 37: Removed useless stuff

Related work items: #33
This commit is contained in:
Dominic Villemure
2024-04-25 02:45:20 +00:00
4 changed files with 3 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
<v-list style="padding: 0;"> <v-list style="padding: 0;">
<v-list-item> <v-list-item>
<router-link :to="{ name: 'contact' }"> <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> </router-link>
</v-list-item> </v-list-item>
<!-- <v-list-item> <!-- <v-list-item>

View File

@@ -10,7 +10,7 @@ export default function(app) {
// depending on the environment, the correct file will be used // depending on the environment, the correct file will be used
const api = axios.create({ const api = axios.create({
baseURL: import.meta.env.VITE_API_URL, baseURL: import.meta.env.VITE_API_URL,
timeout: 2000, timeout: 10000,
}); });
const requestInterceptor = (config) => { const requestInterceptor = (config) => {

View File

@@ -35,7 +35,7 @@
<v-row> <v-row>
<v-col cols="12"> <v-col cols="12">
<v-card-actions class="justify-end"> <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-card-actions>
</v-col> </v-col>
</v-row> </v-row>

View File

@@ -13,11 +13,6 @@
</v-col> </v-col>
<v-col> <v-col>
<v-row> <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' }"> <RouterLink :to="{ name: 'contact' }">
<v-btn size="large" style="border-radius: 40px;" color="rgb(107, 0, 101)" outlined elevation="0"> <v-btn size="large" style="border-radius: 40px;" color="rgb(107, 0, 101)" outlined elevation="0">
Inscription Inscription