Two-step authentication seems to work...
This commit is contained in:
parent
815bb5d592
commit
a361b787c2
3 changed files with 9 additions and 1 deletions
|
@ -142,7 +142,7 @@ Page {
|
|||
text: qsTr("Please enter your password:")
|
||||
}
|
||||
|
||||
TextField {
|
||||
PasswordField {
|
||||
id: enterPasswordField
|
||||
anchors {
|
||||
horizontalCenter: parent.horizontalCenter
|
||||
|
|
|
@ -276,6 +276,10 @@
|
|||
<source>Restart authentication</source>
|
||||
<translation>Authentifizierung neu starten</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter your password:</source>
|
||||
<translation>Bitte geben Sie Ihr Passwort ein:</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>NotificationManager</name>
|
||||
|
|
|
@ -276,6 +276,10 @@
|
|||
<source>Restart authentication</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>Please enter your password:</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>NotificationManager</name>
|
||||
|
|
Loading…
Reference in a new issue