Don't show register/reset tabs on sso login box
This commit is contained in:
@@ -38,6 +38,9 @@ HSwipeView {
|
||||
height: Math.min(implicitHeight, tabPage.availableHeight)
|
||||
|
||||
header: HTabBar {
|
||||
visible:
|
||||
signInLoader.sourceComponent !== signInLoader.signInSso
|
||||
|
||||
HTabButton { text: qsTr("Sign in") }
|
||||
HTabButton { text: qsTr("Register") }
|
||||
HTabButton { text: qsTr("Reset") }
|
||||
|
@@ -36,6 +36,7 @@ SignInBase {
|
||||
}
|
||||
|
||||
|
||||
implicitWidth: theme.controls.box.defaultWidth * 1.25
|
||||
applyButton.text: qsTr("Waiting")
|
||||
applyButton.loading: true
|
||||
Component.onCompleted: page.startSignIn()
|
||||
|
Reference in New Issue
Block a user