PasswordResetPage: add referrer policy due tokens in URL

This commit is contained in:
Vesa Luusua 2018-10-16 13:48:57 +03:00
parent 826c0e5f4d
commit 548adf7f33

View file

@ -121,7 +121,7 @@ export class PasswordResetPageComponent extends Component {
}
return (
<Page title={title} scrollingDisabled={scrollingDisabled}>
<Page title={title} scrollingDisabled={scrollingDisabled} referrer="origin">
<LayoutSingleColumn>
<LayoutWrapperTopbar>
<TopbarContainer />