feat(jotform): add jotform integration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
const getCurrentUser = async ($) => {
|
||||
const response = await $.http.get('/user');
|
||||
const currentUser = response.data.content;
|
||||
return currentUser;
|
||||
};
|
||||
|
||||
export default getCurrentUser;
|
Reference in New Issue
Block a user