mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-22 10:06:44 +00:00
GODT-2258: change login label and suggest email instead of username.
This commit is contained in:
@ -64,7 +64,7 @@ Item {
|
||||
}
|
||||
|
||||
function primaryEmail() {
|
||||
return (root.user && (root.user.addresses.length > 0)) ? root.user.addresses[0] : ""
|
||||
return root.user ? root.user.primaryEmailOrUsername() : ""
|
||||
}
|
||||
|
||||
// width expected to be set by parent object
|
||||
|
||||
Reference in New Issue
Block a user