Fix header menu on password reset page
This commit is contained in:
parent
b6d21692e6
commit
2c43076497
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ const Header = (props: Props) => {
|
|||
// className="button--header-close"
|
||||
icon={ICONS.REMOVE}
|
||||
onClick={() => {
|
||||
if (!iYTSyncPage) {
|
||||
if (!iYTSyncPage && !isPwdResetPage) {
|
||||
clearEmailEntry();
|
||||
clearPasswordEntry();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue