Fix header menu on password reset page

This commit is contained in:
Rafael 2021-12-29 17:08:04 -03:00 committed by Thomas Zarebczan
parent b6d21692e6
commit 2c43076497

View file

@ -256,7 +256,7 @@ const Header = (props: Props) => {
// className="button--header-close"
icon={ICONS.REMOVE}
onClick={() => {
if (!iYTSyncPage) {
if (!iYTSyncPage && !isPwdResetPage) {
clearEmailEntry();
clearPasswordEntry();
}