mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-08-28 07:51:31 +00:00
Fix email sign in
This commit is contained in:
parent
728e77f61a
commit
ee05b5498a
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function UserEmailNew(props: Props) {
|
||||||
button="primary"
|
button="primary"
|
||||||
type="submit"
|
type="submit"
|
||||||
label={__('Continue')}
|
label={__('Continue')}
|
||||||
disabled={!newEmail || !valid || (!localShareUsageData && !shareUsageData) || isPending}
|
disabled={!newEmail || !valid || (!IS_WEB && (!localShareUsageData && !shareUsageData)) || isPending}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</Form>
|
</Form>
|
||||||
|
|
Loading…
Add table
Reference in a new issue