Set Identity server

Part of network/neochat#565
This commit is contained in:
James Graham
2024-05-12 18:22:27 +00:00
parent 1a2272249d
commit 3de943e50f
6 changed files with 411 additions and 0 deletions

View File

@@ -207,6 +207,15 @@ FormCard.FormCardPage {
title: i18n("Phone Numbers")
medium: "msisdn"
}
FormCard.FormHeader {
Layout.fillWidth: true
title: i18n("Identity Server")
}
FormCard.FormCard {
IdentityServerDelegate {
connection: root.connection
}
}
FormCard.FormHeader {
Layout.fillWidth: true
title: i18n("Server Information")