add: Form create load
This commit is contained in:
@@ -38,7 +38,7 @@ export const renewToken = async() => {
|
||||
try {
|
||||
const endpoint = `/v1/account/authorize/${session}`;
|
||||
const {data} = await api.get(endpoint);
|
||||
console.log(data.user);
|
||||
console.log(data);
|
||||
if(data.accessToken !== null){
|
||||
return {
|
||||
msg: 'success',
|
||||
|
||||
Reference in New Issue
Block a user