1
0
forked from PGL/Clyde

Profil, merge Master and corrections

This commit is contained in:
2024-03-16 15:21:10 +01:00
18 changed files with 140 additions and 72 deletions

View File

@ -1,7 +1,7 @@
<script setup>
import { ref } from 'vue'
import i18n from '@/i18n.js'
import { login , register } from '@/rest/Users.js'
import { login , register , disconnect} from '@/rest/Users.js'
import { getAllCurriculums } from '@/rest/curriculum.js'
import { uploadProfilePicture } from '@/rest/uploads.js'
import {toast} from 'vue3-toastify'
@ -42,6 +42,8 @@
return toast('Password and Confirm Password are different',{type: "error",});
}
}
disconnect()
</script>