⭐️ 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:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user