mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-25 11:06:40 +07:00
auth: api call (fixed)
This commit is contained in:
parent
a43bac4c26
commit
28dc2bec8b
1 changed files with 1 additions and 1 deletions
|
@ -33,6 +33,6 @@ export const postMap = ({
|
|||
distance,
|
||||
}).then(result => (result && result.data && result.data));
|
||||
|
||||
export const checkIframeToken = ({ id, token }) => axios.get(API.IFRAME_LOGIN_VK, {
|
||||
export const checkIframeToken = ({ viewer_id, access_token, auth_key }) => axios.get(API.IFRAME_LOGIN_VK, {
|
||||
params: { viewer_id, access_token, auth_key }
|
||||
}).then(result => (result && result.data));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue