mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
Do not require refreshToken during auth
This commit is contained in:
@@ -10,8 +10,7 @@ const account = {
|
||||
id: 1,
|
||||
username: 'username',
|
||||
email: 'email@test.com',
|
||||
token: 'foo',
|
||||
refreshToken: 'foo'
|
||||
token: 'foo'
|
||||
};
|
||||
|
||||
describe('Accounts reducer', () => {
|
||||
|
||||
Reference in New Issue
Block a user