diff options
-rw-r--r-- | mobile-widgets/qml/CloudCredentials.qml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mobile-widgets/qml/CloudCredentials.qml b/mobile-widgets/qml/CloudCredentials.qml index 1df66426e..66b6fa855 100644 --- a/mobile-widgets/qml/CloudCredentials.qml +++ b/mobile-widgets/qml/CloudCredentials.qml @@ -144,5 +144,12 @@ Item { } } } + SsrfButton { + id: signin_forgot_password + text: qsTr("Forgot password?") + onClicked: { + Qt.openUrlExternally("https://cloud.subsurface-divelog.org/passwordreset") + } + } } } |