Determining location with restrictions disabled, cleaned up.
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
<script setup>
|
||||
import { ref } from 'vue';
|
||||
|
||||
// import Checkbox from '#/components/form/checkbox.vue';
|
||||
</script>
|
||||
|
||||
|
||||
@@ -49,6 +49,10 @@ async function updateAccount() {
|
||||
appendErrorMessage: true,
|
||||
});
|
||||
|
||||
currentPassword.value = null;
|
||||
credentials.email = null;
|
||||
credentials.password = null;
|
||||
|
||||
submitted.value = true;
|
||||
}
|
||||
finally {
|
||||
|
||||
Reference in New Issue
Block a user