GODT-1503 GODT-1492: Improve email validation and username in bug report.

This commit is contained in:
Jakub
2022-02-16 11:38:06 +01:00
parent 61e4ca5814
commit aa8cc3fc4b
3 changed files with 8 additions and 2 deletions

View File

@ -53,7 +53,7 @@ func (f *FrontendQt) reportBug(description, address, emailClient string, include
core.QSysInfo_ProductType(),
core.QSysInfo_PrettyProductName(),
description,
"Unknown account",
address,
address,
emailClient,
includeLogs,