Skip to content

Commit 7c041f9

Browse files
committed
remove second cross check to github
1 parent 9c4fb52 commit 7c041f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/store/modules/user.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ const user = {
390390
const result = response.listusersresponse.user[0]
391391
commit('SET_INFO', result)
392392
commit('SET_NAME', result.firstname + ' ' + result.lastname)
393-
store.dispatch('SetCsLatestVersion', result.rolename)
394393
}).catch(error => {
395394
reject(error)
396395
})

0 commit comments

Comments
 (0)