diff --git a/src/LoginGate.tsx b/src/LoginGate.tsx index f083443..e62f290 100644 --- a/src/LoginGate.tsx +++ b/src/LoginGate.tsx @@ -11,6 +11,8 @@ import { login, deriveKey } from './store/actions'; import * as C from './constants'; +const SignedPagesBadge = require('./images/signed-pages-badge.svg'); + class LoginGate extends React.Component { props: { credentials: CredentialsType; @@ -53,6 +55,9 @@ class LoginGate extends React.Component { loading={this.props.credentials.fetching} />
+ + +