GODT-2258: change login label and suggest email instead of username.

This commit is contained in:
Xavier Michelon
2023-01-17 11:29:28 +01:00
parent a377384553
commit fe009ca235
7 changed files with 21 additions and 11 deletions

View File

@ -116,7 +116,7 @@ ApplicationWindow {
}
if ((Backend.users.count === 1) && (u.state === EUserState.SignedOut)) {
showSignIn(u.username)
showSignIn(u.primaryEmailOrUsername())
return 0
}