aboutsummaryrefslogtreecommitdiffstats
path: root/src/containers/auth/PasswordScreen.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 22:10:02 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-11-15 22:10:02 +0100
commit891a7d6642f5e8c4d4f56280e29489524f0d5286 (patch)
tree1cb5b86a5c790f4126dbac5686374eb7937cb093 /src/containers/auth/PasswordScreen.js
parentSwitch to npm (diff)
downloadferdium-app-891a7d6642f5e8c4d4f56280e29489524f0d5286.tar.gz
ferdium-app-891a7d6642f5e8c4d4f56280e29489524f0d5286.tar.zst
ferdium-app-891a7d6642f5e8c4d4f56280e29489524f0d5286.zip
Fix linting errors
Diffstat (limited to 'src/containers/auth/PasswordScreen.js')
-rw-r--r--src/containers/auth/PasswordScreen.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/containers/auth/PasswordScreen.js b/src/containers/auth/PasswordScreen.js
index d88cb08e6..236fd2031 100644
--- a/src/containers/auth/PasswordScreen.js
+++ b/src/containers/auth/PasswordScreen.js
@@ -5,8 +5,7 @@ import Password from '../../components/auth/Password';
5import UserStore from '../../stores/UserStore'; 5import UserStore from '../../stores/UserStore';
6import { gaPage } from '../../lib/analytics'; 6import { gaPage } from '../../lib/analytics';
7 7
8@inject('stores', 'actions') @observer 8export default @inject('stores', 'actions') @observer class PasswordScreen extends Component {
9export default class PasswordScreen extends Component {
10 componentDidMount() { 9 componentDidMount() {
11 gaPage('Auth/Password Retrieve'); 10 gaPage('Auth/Password Retrieve');
12 } 11 }