Skip to content

Commit

Permalink
thats dead code obviously
Browse files Browse the repository at this point in the history
  • Loading branch information
OlliL committed Jul 23, 2024
1 parent e548a8d commit 255a6c2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/user/CreateUserModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ const schema = {
}),
};

computed(() => {
return password1.value;
});

const origUser = ref({} as User | undefined);
const user = ref({} as User);
const groupValues = ref(new Array<SelectBoxValue>());
Expand Down

0 comments on commit 255a6c2

Please sign in to comment.