Skip to content
Snippets Groups Projects
Commit e638e54b authored by Robert-K's avatar Robert-K
Browse files

FIX: Parent_login_name not null anymore

parent b59c75a6
No related branches found
No related tags found
No related merge requests found
Pipeline #271700 failed
......@@ -371,7 +371,7 @@
},
methods: {
fetchData() {
AccountTokenService.list(this.$store.state.netdb_axios_config, this.$store.state.login_name).then((response) => {
AccountTokenService.list(this.$store.state.netdb_axios_config, this.$store.state.user.login_name).then((response) => {
this.tokens_by_account = ApiUtil.dict_of_lists_by_value_of_array(response.data[1], 'login_name')
this.accounts = response.data[0]
})
......
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