fix cannot read privacy policy redirect to onboarding (#6636)
This commit is contained in:
parent
efb0a7af56
commit
c913197fac
1 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,8 @@ HTMLDocument.prototype.ready = new Promise(resolve => {
|
|||
function redirectableLocation() {
|
||||
return (
|
||||
window.location.pathname !== '/onboarding' &&
|
||||
window.location.pathname !== '/signout_confirm'
|
||||
window.location.pathname !== '/signout_confirm' &&
|
||||
window.location.pathname !== '/privacy'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue