Auth refactor part 3

This commit is contained in:
Chi Vinh Le
2018-02-08 23:06:01 +01:00
parent d526a404ae
commit 37dd6ae044
26 changed files with 195 additions and 161 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ import * as PropTypes from 'prop-types';
import { getDefinitionName } from '../utils';
import { t, can } from 'plugin-api/beta/client/services';
// TODO: Auth logic needs refactoring.
import { showSignInDialog } from 'coral-embed-stream/src/actions/auth';
import { showSignInDialog } from 'coral-embed-stream/src/actions/login';
/*
* Disable false-positive warning below, as it doesn't work well with how we currently