Skip to content

Commit 0652aa4

Browse files
committed
commit missing file
1 parent f1e05cc commit 0652aa4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/actions/auth.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
import { configureConnector, decodeToken } from 'tc-accounts'
22
import { fetchProfile } from '../services/user'
33
import {
4-
ACCOUNTS_APP_CONNECTOR_URL,
54
LOAD_USER_SUCCESS,
65
SAVE_AUTH_TOKEN
76
} from '../config/constants'
87

8+
const { ACCOUNTS_APP_CONNECTOR_URL } = process.env
9+
910
/**
1011
* Authentication and user related redux actions
1112
*/

0 commit comments

Comments
 (0)