Skip to content
Snippets Groups Projects
Verified Commit 879ff3cb authored by Peter Oettig's avatar Peter Oettig
Browse files

fix: Show IDM name instead of common name from identification, which is not actually used

parent 2ebeb6d8
No related branches found
No related tags found
1 merge request!7Fix incorrect common name
Pipeline #364497 passed
......@@ -60,9 +60,8 @@
<v-col>
<v-list>
<v-list-item v-if="request.identification" prepend-icon="fas fa-signature">
<v-list-item-title>
{{ request.identification?.commonName }}
</v-list-item-title>
<!-- Currently, the name from the IDM is used for the certificate -->
<v-list-item-title>{{ store.user?.firstname }} {{ store.user?.lastname }}</v-list-item-title>
<v-list-item-subtitle>
{{ $t(`request.${certificateType}.steps.checkRequest.requestInfo.commonName`) }}
</v-list-item-subtitle>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment