mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
#5657 Fixed passing in the raw serial key
This commit is contained in:
@@ -34,7 +34,7 @@ SerialKey::SerialKey(std::string serial) :
|
||||
{
|
||||
string plainText = decode(serial);
|
||||
if (!plainText.empty()) {
|
||||
parse(serial);
|
||||
parse(plainText);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user