Remove double base64 encoding on storage
This commit is contained in:
parent
581e92723d
commit
cf7c0699fe
2 changed files with 4 additions and 4 deletions
|
|
@ -337,7 +337,7 @@ bool ConnectionController::InitializePasswordManager()
|
|||
std::string ConnectionController::getPskId(QUuid connectionid)
|
||||
{
|
||||
std::string id = "dbpw/";
|
||||
id += connectionid.toString().toUtf8().data();
|
||||
id += connectionid.toString(QUuid::WithBraces).toUtf8().data();
|
||||
return id;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue