mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-11 05:06:51 +00:00
fix(GODT-2992): fix link in 'no account view' in main window after 2FA or TOTP are cancelled.
This commit is contained in:
@ -75,16 +75,6 @@ Item {
|
||||
root.iconWidth = 265;
|
||||
}
|
||||
|
||||
Connections {
|
||||
function onLogin2FARequested() {
|
||||
showLogin2FA();
|
||||
}
|
||||
function onLogin2PasswordRequested() {
|
||||
showLoginMailboxPassword();
|
||||
}
|
||||
|
||||
target: Backend
|
||||
}
|
||||
ColumnLayout {
|
||||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
|
||||
@ -186,6 +186,17 @@ Item {
|
||||
|
||||
target: clientConfigAppleMail
|
||||
}
|
||||
|
||||
Connections {
|
||||
function onLogin2FARequested() {
|
||||
leftContent.showLogin2FA();
|
||||
}
|
||||
function onLogin2PasswordRequested() {
|
||||
leftContent.showLoginMailboxPassword();
|
||||
}
|
||||
|
||||
target: Backend
|
||||
}
|
||||
}
|
||||
Image {
|
||||
id: mailLogoWithWordmark
|
||||
|
||||
Reference in New Issue
Block a user