From 124d1b70786057553e7f1c43b50379875ff4257c Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Thu, 2 Apr 2026 01:11:51 +0000 Subject: [PATCH] Show the avatar on the user edit page --- ts/view/configuration/UserEdit.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ts/view/configuration/UserEdit.vue b/ts/view/configuration/UserEdit.vue index c6fcb9a6..8cd3c870 100644 --- a/ts/view/configuration/UserEdit.vue +++ b/ts/view/configuration/UserEdit.vue @@ -50,10 +50,13 @@ pre {
- + User Avatar @@ -266,9 +269,6 @@ const userStore = useUserStore(); const session = useSessionStore(); const user = ref(null); -const defaultAvatar = - "https://via.placeholder.com/150/cccccc/666666?text=No+Avatar"; - const optionRoles: Option[] = [ { value: "account-owner", label: "Account Owner" }, { value: "manager", label: "Manager" },