Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git] / packages / drive-store / utils / getIsPublicContext.ts
blobaa2701b73a86f9de2893f71d2747fac076a16e86
1 export const getIsPublicContext = () => {
2     return new URLSearchParams(window.location.search).get('mode') === 'open-url';
3 };