diff --git a/public/js/client.js b/public/js/client.js index 82bdedc0..9f0814b1 100644 --- a/public/js/client.js +++ b/public/js/client.js @@ -1435,6 +1435,10 @@ async function getButtons() { } } +/** + * Get user name from OIDC profile + * @returns {string} Peer Name + */ async function getUserName() { try { const { data: profile } = await axios.get('/profile', { timeout: 5000 });