Skip to content
Snippets Groups Projects
Commit 2bbd307c authored by Nico Vermaas's avatar Nico Vermaas
Browse files

adding username

parent d6f1ce98
No related branches found
No related tags found
1 merge request!8Esap gui dev
Pipeline #9769 passed
......@@ -10,7 +10,7 @@ function getUserName(api_host, setLoggedInUserName){
axios
.get(profileUrl, {withCredentials: true})
.then((response) => {
setLoggedInUserName(response.data.results[0].user_name);
setLoggedInUserName(response.data.results[0].full_name);
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment