nixfiles/hosts/koi/containers/outline-wiki/image/license.patch

7 lines
245 B
Diff
Raw Normal View History

2024-09-17 01:04:18 +03:00
22,24c22
< const decoded = _jsonwebtoken.default.verify(process.env.LICENSE_KEY || "", this.publicKey, {
< ignoreExpiration: true
< });
---
> const decoded = _jsonwebtoken.default.decode(process.env.LICENSE_KEY || "");