From 20660564c16283c77029bc3c3125c6c3febde47e Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 4 Apr 2023 11:35:45 +0200 Subject: [PATCH] feat: change the link share hash name --- src/constants/linkShareHash.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/linkShareHash.ts b/src/constants/linkShareHash.ts index eff521d05..fef54a9ce 100644 --- a/src/constants/linkShareHash.ts +++ b/src/constants/linkShareHash.ts @@ -1 +1 @@ -export const LINK_SHARE_HASH_PREFIX = '#share=' +export const LINK_SHARE_HASH_PREFIX = '#share-auth-token='