diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-03 18:36:12 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-11-03 18:39:51 +0100 |
commit | 211fd9d76cfd691eceb8c77297ee20fd0fde4bbb (patch) | |
tree | 287451ffac2b9eb556dd6d57578a6fbdee591913 /resources/res.qrc | |
parent | Merge branch 'macos_api_updates' into 'master' (diff) | |
download | nheko-211fd9d76cfd691eceb8c77297ee20fd0fde4bbb.tar.xz |
Fix registration on matrix.org
This was a bit of a journey: https://github.com/matrix-org/matrix-doc/pull/3471 But it should work now and we now use the UIAHandler everywhere. fixes #670
Diffstat (limited to 'resources/res.qrc')
-rw-r--r-- | resources/res.qrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/res.qrc b/resources/res.qrc index f11d0b4a..66b77205 100644 --- a/resources/res.qrc +++ b/resources/res.qrc @@ -165,6 +165,7 @@ <file>qml/device-verification/Waiting.qml</file> <file>qml/dialogs/ImagePackEditorDialog.qml</file> <file>qml/dialogs/ImagePackSettingsDialog.qml</file> + <file>qml/dialogs/PhoneNumberInputDialog.qml</file> <file>qml/dialogs/InputDialog.qml</file> <file>qml/dialogs/InviteDialog.qml</file> <file>qml/dialogs/JoinRoomDialog.qml</file> |