diff --git a/src/views/Profile.vue b/src/views/Profile.vue index a5b3550..b40d2b9 100644 --- a/src/views/Profile.vue +++ b/src/views/Profile.vue @@ -588,6 +588,7 @@ function get_certificate() { last_name: state.lastname, id: state.fullobject.id, distance: state.fullobject.distance, + self_service_link: window.location.href, group: { name: state.group, id: state.fullobject.group.id || 0,