GODT-1442: Fix "Sign In" button

This commit is contained in:
Alexander Bilyak
2021-11-24 12:14:58 +01:00
committed by Jakub
parent ed9edb3620
commit 7ce3529f5d

View File

@ -110,7 +110,7 @@ Item {
visible: root.user ? !root.user.loggedIn : false
onClicked: {
if (!root.user) return
root.parent.rightContent.showSignIn()
root.showSignIn()
}
}