Cashu: fix short url label (#1459)

This commit is contained in:
calle 2023-02-05 18:08:01 +01:00 committed by GitHub
parent 67d246b675
commit d4d5cd887d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1360,7 +1360,7 @@ page_container %}
getActiveMintUrlShort: function () {
url = this.activeMintURL.replace('https://', '')
const cut_param = 40
const cut_param = 46
if (url.length > cut_param && url.indexOf('/') != -1) {
url =
url.substring(0, url.indexOf('/') + 1) +