use tz country code

This commit is contained in:
Pete Matsyburka
2024-12-04 17:40:46 +02:00
parent 975f3a95fe
commit b1c31672ee
@@ -107,7 +107,7 @@ export default {
clientId: this.eidEasyData.client_id,
docId: this.eidEasyData.doc_id,
language: this.locale,
countryCode: this.browserCountry,
countryCode: this.countryCode,
enabledMethods: {
signature: this.eidEasyData.available_methods
},