mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-18 12:52:52 +00:00
Make Sign in/Log out button work
This commit is contained in:
parent
335e2e857b
commit
4d29fa7ec6
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ const SectionsList = React.forwardRef(({ className, sections, preferences, onPre
|
|||
<div className={styles['email']}>{!preferences.user ? 'Anonymous user' : preferences.user.email}</div>
|
||||
</div>
|
||||
<div className={classnames(styles['input-container'], styles['button-container'])}>
|
||||
<Button className={styles['button']} type={'button'}>
|
||||
<Button className={styles['button']} type={'button'} href={'#/intro'}>
|
||||
<div className={styles['label']}>{preferences.user ? 'LOG OUT' : 'SIGN IN'}</div>
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue