Remove useless code

This commit is contained in:
Bubka
2024-10-25 15:36:41 +02:00
parent 6045f5c975
commit 533cc32cbe
6 changed files with 0 additions and 14 deletions

View File

@@ -95,15 +95,6 @@
})
}
/**
* Deletes a user
*/
function deleteUser(userId) {
if(confirm(trans('admin.confirm.delete_user'))) {
// TODO
}
}
onBeforeRouteLeave((to) => {
if (! to.name.startsWith('admin.')) {
notify.clear()