Add back button to SSO login
This commit is contained in:
@@ -26,7 +26,14 @@ LoginStep {
|
|||||||
processed("qrc:/imports/NeoChat/Component/Login/Loading.qml")
|
processed("qrc:/imports/NeoChat/Component/Login/Loading.qml")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
RowLayout {
|
||||||
|
QQC2.Button {
|
||||||
|
text: i18nc("@action:button", "Back")
|
||||||
|
|
||||||
|
onClicked: {
|
||||||
|
module.source = "qrc:/imports/NeoChat/Component/Login/Login.qml"
|
||||||
|
}
|
||||||
|
}
|
||||||
QQC2.Button {
|
QQC2.Button {
|
||||||
text: i18n("Login")
|
text: i18n("Login")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
@@ -38,3 +45,4 @@ LoginStep {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user