| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-03-04 15:30:31 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-03-04 15:31:00 UTC |
| parent | 250453da94f9e2f60332e0f9f8221e3d36e3791b |
| snikket/Hash.hx | +1 | -1 |
diff --git a/snikket/Hash.hx b/snikket/Hash.hx index 28e862b..396de99 100644 --- a/snikket/Hash.hx +++ b/snikket/Hash.hx @@ -85,7 +85,7 @@ class Hash { } public function toBase64() { - return Base64.encode(Bytes.ofData(hash)); + return Base64.encode(Bytes.ofData(hash), true); } public function toBase64Url() {