mirror of
https://github.com/ArthurDanjou/arthome.git
synced 2026-01-29 10:40:26 +01:00
Working
This commit is contained in:
18
app/components/Modal/DeleteAccount.vue
Normal file
18
app/components/Modal/DeleteAccount.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<script setup lang="ts">
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<UModal>
|
||||
avatar
|
||||
Warning: This will permanently delete your account, all your categories, and all your tabs.
|
||||
---
|
||||
To verify, type confirm delete account below
|
||||
input
|
||||
confirm
|
||||
</UModal>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user