️ Writeable shared links part 1 (#66)

* Minor fixes and implemented writeable shared links (no security)

* Go t onode 16 for frontend
This commit is contained in:
Romaric Mourgues
2023-06-05 10:06:22 +02:00
committed by GitHub
parent f8d3fc9784
commit 49ec20d60e
12 changed files with 97 additions and 95 deletions
@@ -24,6 +24,10 @@ export const setPublicLinkToken = (token: string | null) => {
publicLinkToken = token;
};
export const getPublicLinkToken = () => {
return publicLinkToken;
};
export const setTdriveTabToken = (token: string | null) => {
tdriveTabToken = token;
};