Do not require refreshToken during auth

This commit is contained in:
SleepWalker
2016-11-19 17:50:30 +02:00
parent 2653085f57
commit e4ccf8d193
4 changed files with 5 additions and 12 deletions

View File

@@ -10,8 +10,7 @@ const account = {
id: 1,
username: 'username',
email: 'email@test.com',
token: 'foo',
refreshToken: 'foo'
token: 'foo'
};
describe('Accounts reducer', () => {