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:")
|
text: qsTr("Please enter your password:")
|
||||||
}
|
}
|
||||||
|
|
||||||
TextField {
|
PasswordField {
|
||||||
id: enterPasswordField
|
id: enterPasswordField
|
||||||
anchors {
|
anchors {
|
||||||
horizontalCenter: parent.horizontalCenter
|
horizontalCenter: parent.horizontalCenter
|
||||||
|
|
|
@ -276,6 +276,10 @@
|
||||||
<source>Restart authentication</source>
|
<source>Restart authentication</source>
|
||||||
<translation>Authentifizierung neu starten</translation>
|
<translation>Authentifizierung neu starten</translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Please enter your password:</source>
|
||||||
|
<translation>Bitte geben Sie Ihr Passwort ein:</translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>NotificationManager</name>
|
<name>NotificationManager</name>
|
||||||
|
|
|
@ -276,6 +276,10 @@
|
||||||
<source>Restart authentication</source>
|
<source>Restart authentication</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
<message>
|
||||||
|
<source>Please enter your password:</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
</context>
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>NotificationManager</name>
|
<name>NotificationManager</name>
|
||||||
|
|
Loading…
Reference in a new issue