#33 Removed useless things

This commit is contained in:
Dominic Villemure
2024-04-24 22:44:49 -04:00
parent c257c542e7
commit 62e561db7f
3 changed files with 2 additions and 7 deletions

View File

@@ -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>

View File

@@ -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) => {

View File

@@ -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