mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-18 09:27:02 +00:00
not needed target _blank removed
This commit is contained in:
parent
553340f329
commit
84a1785a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -325,7 +325,7 @@ const Intro = ({ queryParams }) => {
|
|||
</React.Fragment>
|
||||
:
|
||||
<div className={styles['forgot-password-link-container']}>
|
||||
<Button className={styles['forgot-password-link']} target={'_blank'} onClick={openPasswordRestModal}>Forgot password?</Button>
|
||||
<Button className={styles['forgot-password-link']} onClick={openPasswordRestModal}>Forgot password?</Button>
|
||||
</div>
|
||||
}
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue