chore(web): fix weblate and other cleanup (#11532)

This commit is contained in:
Zack Pollard
2024-08-02 14:35:47 +01:00
committed by GitHub
parent 37cc6fbf27
commit 55b31d1ce2
2 changed files with 12 additions and 13 deletions
-1
View File
@@ -30,7 +30,6 @@ export const load = (({ url }) => {
}
case LinkTarget.ACTIVATE_LICENSE: {
// https://my.immich.app/link?target=activate_license&licenseKey=IMCL-76S5-B4KG-4HXA-KRQF-C1G1-7PJ6-9V9V-7WQH
// https://my.immich.app/link?target=activate_license&licenseKey=IMCL-9XC3-T4S3-37BU-GGJ5-8MWP-F2Y1-BGEX-AQTF
const licenseKey = queryParams.get('licenseKey');
const activationKey = queryParams.get('activationKey');