Skip to content

Commit

Permalink
Merge pull request #44 from grycap/dev-slangarita
Browse files Browse the repository at this point in the history
info tab - egi user
  • Loading branch information
SergioLangaritaBenitez authored Jul 12, 2023
2 parents 64c47af + 6b6f567 commit 100f4ca
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 100f4ca

Please sign in to comment.