Skip to content

Commit

Permalink
Merge pull request #711 from brave/revert-709-revert-707-isWindows-in…
Browse files Browse the repository at this point in the history
…-GrantCaptcha

Revert "Revert "Merge pull request #707 from brave/rewards-captcha-fix""
  • Loading branch information
NejcZdovc authored Oct 23, 2018
2 parents c680264 + 1a61693 commit ca89164
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/brave_rewards/ui/components/grant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class Grant extends React.Component<Props, State> {
title={grant.status === 'wrongPosition' ? getLocale('notQuite') : getLocale('almostThere')}
text={getLocale('proveHuman')}
>
<GrantCaptcha onSolution={this.onSolution} dropBgImage={grant.captcha} hint={grant.hint} />
<GrantCaptcha onSolution={this.onSolution} dropBgImage={grant.captcha} hint={grant.hint} isWindows={navigator.platform === 'Win32'} />
</GrantWrapper>
: null
}
Expand Down

0 comments on commit ca89164

Please sign in to comment.