From 7aa842eb787557d7afb94247f6abe3030aedeacd Mon Sep 17 00:00:00 2001 From: Louis Chemineau Date: Wed, 25 Sep 2024 19:21:04 +0200 Subject: [PATCH] fix: Use user uid to compare in PhotosPicker Signed-off-by: Louis Chemineau Signed-off-by: nextcloud-command --- src/components/PhotosPicker.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/PhotosPicker.vue b/src/components/PhotosPicker.vue index ffa569777..e26a4365e 100644 --- a/src/components/PhotosPicker.vue +++ b/src/components/PhotosPicker.vue @@ -203,7 +203,7 @@ export default defineComponent({ uploadContext: { route: 'albumpicker', }, - currentUser: getCurrentUser(), + currentUser: getCurrentUser().uid, } },