mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-19 06:15:26 +00:00
mobile-widgets/qml: add "forgot password" button
The user is most likely to find out, that he does not remember the password, when asked for it. Add "forgot password" button in the signin dialog (both credentials and pin dialog). Signed-off-by: Jan Iversen <jan@casacondor.com>
This commit is contained in:
parent
9e3d85f0e2
commit
25d2f9b84d
1 changed files with 7 additions and 0 deletions
|
@ -144,5 +144,12 @@ Item {
|
|||
}
|
||||
}
|
||||
}
|
||||
SsrfButton {
|
||||
id: signin_forgot_password
|
||||
text: qsTr("Forgot password?")
|
||||
onClicked: {
|
||||
Qt.openUrlExternally("https://cloud.subsurface-divelog.org/passwordreset")
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue