create resend otp route

This commit is contained in:
HAM!DREZA
2024-05-27 17:06:12 +03:30
parent 021360e364
commit f234440d1a
5 changed files with 148 additions and 29 deletions
-2
View File
@@ -299,9 +299,7 @@
<script setup>
const {authUser} = useAuth();
async function logout(){
await useFetch('/api/auth/logout', {
headers : useRequestHeaders(['cookie']),