diff --git a/ui/src/components/view/InfoCard.vue b/ui/src/components/view/InfoCard.vue index 02385ff174a..b16beb0821c 100644 --- a/ui/src/components/view/InfoCard.vue +++ b/ui/src/components/view/InfoCard.vue @@ -764,7 +764,10 @@ export default { } }, watch: { - '$route.fullPath': function () { + '$route.fullPath': function (path) { + if (path === '/user/login') { + return + } this.getIcons() }, resource: {