repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
drive-store
/
utils
/
getIsPublicContext.ts
blob
aa2701b73a86f9de2893f71d2747fac076a16e86
1
export const getIsPublicContext = () => {
2
return new URLSearchParams(window.location.search).get('mode') === 'open-url';
3
};