Don't show register/reset tabs on sso login box
This commit is contained in:
parent
f648807730
commit
3c79ffbf21
2
TODO.md
2
TODO.md
|
@ -1,8 +1,8 @@
|
||||||
# TODO
|
# TODO
|
||||||
|
|
||||||
|
- refresh server list button
|
||||||
- server list sorting method / explain what the % number is (stability)
|
- server list sorting method / explain what the % number is (stability)
|
||||||
- spam alt+shift+a when starting app on server browser → segfault
|
- spam alt+shift+a when starting app on server browser → segfault
|
||||||
- register tab for sso servers?
|
|
||||||
- cursor shape in HBox/HTabbedBox pages over fields
|
- cursor shape in HBox/HTabbedBox pages over fields
|
||||||
- login with account already added → infinite spinner in room list
|
- login with account already added → infinite spinner in room list
|
||||||
- verify onKeyboardAccept/Cancel things respect button enabled state
|
- verify onKeyboardAccept/Cancel things respect button enabled state
|
||||||
|
|
|
@ -38,6 +38,9 @@ HSwipeView {
|
||||||
height: Math.min(implicitHeight, tabPage.availableHeight)
|
height: Math.min(implicitHeight, tabPage.availableHeight)
|
||||||
|
|
||||||
header: HTabBar {
|
header: HTabBar {
|
||||||
|
visible:
|
||||||
|
signInLoader.sourceComponent !== signInLoader.signInSso
|
||||||
|
|
||||||
HTabButton { text: qsTr("Sign in") }
|
HTabButton { text: qsTr("Sign in") }
|
||||||
HTabButton { text: qsTr("Register") }
|
HTabButton { text: qsTr("Register") }
|
||||||
HTabButton { text: qsTr("Reset") }
|
HTabButton { text: qsTr("Reset") }
|
||||||
|
|
|
@ -36,6 +36,7 @@ SignInBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
implicitWidth: theme.controls.box.defaultWidth * 1.25
|
||||||
applyButton.text: qsTr("Waiting")
|
applyButton.text: qsTr("Waiting")
|
||||||
applyButton.loading: true
|
applyButton.loading: true
|
||||||
Component.onCompleted: page.startSignIn()
|
Component.onCompleted: page.startSignIn()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user