Changes for page Context Search
Last modified by bougault on 2023/02/20 16:29
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -52,7 +52,7 @@ 52 52 }); 53 53 } 54 54 function getCurrentUserCollabs() { 55 - fetch("/rest/v1/identity/users/me").then(console.log) ;55 + fetch("/rest/v1/identity/users/me").then(user => user.username).then(username => console.log(username)) 56 56 } 57 57 58 58 getCurrentUserCollabs();