aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/LoginScreen.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:35:01 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-16 13:35:01 +0100
commitdd60aad8a479f02eab6d26ed3e26549e5f753378 (patch)
tree02d477c636c8bcd071d9d685e637ab37f06f4965 /src/containers/auth/LoginScreen.js
parentAdded missing dependency (diff)
parentTest linux apt install (diff)
downloadferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.tar.gz
ferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.tar.zst
ferdium-app-dd60aad8a479f02eab6d26ed3e26549e5f753378.zip
Merge branch 'develop' into feature/dark-theme
Diffstat (limited to 'src/containers/auth/LoginScreen.js')
-rw-r--r--src/containers/auth/LoginScreen.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/containers/auth/LoginScreen.js b/src/containers/auth/LoginScreen.js
index 9e22c5141..865bd38f8 100644
--- a/src/containers/auth/LoginScreen.js
+++ b/src/containers/auth/LoginScreen.js
@@ -7,8 +7,7 @@ import { gaPage } from '../../lib/analytics';
7 7
8import { globalError as globalErrorPropType } from '../../prop-types'; 8import { globalError as globalErrorPropType } from '../../prop-types';
9 9
10@inject('stores', 'actions') @observer 10export default @inject('stores', 'actions') @observer class LoginScreen extends Component {
11export default class LoginScreen extends Component {
12 static propTypes = { 11 static propTypes = {
13 error: globalErrorPropType.isRequired, 12 error: globalErrorPropType.isRequired,
14 }; 13 };