Compare commits

...

1 Commits

Author SHA1 Message Date
8d6f290fd5 fix(certificate): Provide selfservice url on certificate 2025-04-25 15:38:31 +02:00

View File

@@ -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,