Merge branch 'documents'

This commit is contained in:
2022-05-27 19:13:06 +03:00
57 changed files with 1674 additions and 5 deletions

View File

@ -54,7 +54,7 @@ export const fetchAuth = async ({
'access_token_expired_at',
resJSON.access_token_expired_at
)
dispatch()
dispatch(resJSON)
})
} catch (error) {
console.error('Error occured: ', error)