Skip to content

Commit

Permalink
info tab - egi user
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioLangaritaBenitez committed Jul 12, 2023
1 parent 136a4ea commit 6b6f567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Info.vue
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default {
openFaaS: {}
},
data: () => ({
user: localStorage["user"],
user: (localStorage.getItem("user")?localStorage.getItem("user"): JSON.parse(localStorage.getItem("session")).user.info.name ),
accessKey:localStorage["accessKey"],
api:localStorage["api"],
endpoint:localStorage["endpoint"],
Expand Down

0 comments on commit 6b6f567

Please sign in to comment.