mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-18 08:22:37 +01:00
minor fix
This commit is contained in:
parent
72ed9a4997
commit
cc224cdd52
@ -161,6 +161,7 @@ std::string Twitter::createNonce() const
|
||||
{
|
||||
base64Encoder.put(randomStream.get());
|
||||
}
|
||||
base64Encoder.close();
|
||||
std::string nonce = base64Nonce.str();
|
||||
return Poco::translate(nonce, "+/=", "");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user