Skip to content
Snippets Groups Projects

HiveSigner integration

Merged Voltair requested to merge hivesigner-integration into develop
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -429,6 +429,7 @@ function getUrlFromLocation(location) {
@@ -429,6 +429,7 @@ function getUrlFromLocation(location) {
url = url.replace(/\/password$/, '/transfers');
url = url.replace(/\/password$/, '/transfers');
if (url.indexOf('/delegations') !== -1)
if (url.indexOf('/delegations') !== -1)
url = url.replace(/\/delegations$/, '/transfers');
url = url.replace(/\/delegations$/, '/transfers');
 
// Replace /login/hivesigner with /login.html to resolve data correctly for apiGetState
if (url.indexOf('login/hivesigner') !== -1)
if (url.indexOf('login/hivesigner') !== -1)
url = url.replace('/login/hivesigner', '/login.html');
url = url.replace('/login/hivesigner', '/login.html');
Loading