Skip to content

Commit 688469d

Browse files
stardom3645dhslove
authored andcommitted
Wall 접속 uri 변경(logout 제거)
1 parent 175ccca commit 688469d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/components/header/UserMenu.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export default {
222222
wallPortalDomain = this.$store.getters.features.host
223223
}
224224
const uri = wallPortalProtocol + '://' + wallPortalDomain + ':' + wallPortalPort
225-
this.uriInfo = uri + '/logout'
225+
this.uriInfo = uri
226226
window.open(this.uriInfo, '_blank')
227227
})
228228
},

0 commit comments

Comments
 (0)