mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
PasswordResetPage: add referrer policy due tokens in URL
This commit is contained in:
parent
826c0e5f4d
commit
548adf7f33
1 changed files with 1 additions and 1 deletions
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue