don't hardcode api and web endpoints
This commit is contained in:
parent
873493f697
commit
72594c34c1
4 changed files with 13 additions and 5 deletions
|
|
@ -38,7 +38,7 @@ const loginFunction = () => {
|
|||
nostrLoginButton.disable();
|
||||
successPopup.display();
|
||||
setTimeout(() => {
|
||||
window.location.href = constants.API_PATHS.home;
|
||||
window.location.href = constants.WEB_PATHS.home;
|
||||
}, constants.DEFAULT_REDIRECT_DELAY);
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue