forked from Silverfish/proton-bridge
GODT-2258: change login label and suggest email instead of username.
This commit is contained in:
@ -116,7 +116,7 @@ ApplicationWindow {
|
||||
}
|
||||
|
||||
if ((Backend.users.count === 1) && (u.state === EUserState.SignedOut)) {
|
||||
showSignIn(u.username)
|
||||
showSignIn(u.primaryEmailOrUsername())
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user