change url of iota explorer

This commit is contained in:
Cayo Puigdefabregas 2024-01-10 18:39:33 +01:00
parent d2b4de7c41
commit 1a5384e302
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
<div class="row mb-3"> <div class="row mb-3">
<label class="col-md-4 col-lg-3 col-form-label">Did</label> <label class="col-md-4 col-lg-3 col-form-label">Did</label>
<div class="col-md-8 col-lg-9"> <div class="col-md-8 col-lg-9">
<a href="https://explorer.stable.iota-ec.net/custom/identity-resolver/{{ current_user.get_abac_did() }}" target="_blank">{{ current_user.get_abac_did() }}</a> <a href="https://explorer.stable.iota-ec.net/custom/search/{{ current_user.get_abac_did() }}" target="_blank">{{ current_user.get_abac_did() }}</a>
</div> </div>
</div> </div>
{% endif %} {% endif %}