fix: redirect to done page instead of public domain after tunnel setup to prevent auth loop
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "vocechat-web",
|
"name": "vocechat-web",
|
||||||
"version": "0.9.86",
|
"version": "0.9.87",
|
||||||
"homepage": "https://voce.chat",
|
"homepage": "https://voce.chat",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@metamask/onboarding": "^1.0.1",
|
"@metamask/onboarding": "^1.0.1",
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ export default function GetPublicDomain() {
|
|||||||
setCountdown(remaining);
|
setCountdown(remaining);
|
||||||
if (remaining <= 0) {
|
if (remaining <= 0) {
|
||||||
clearInterval(countRef.current!);
|
clearInterval(countRef.current!);
|
||||||
window.location.href = url;
|
nextStep();
|
||||||
}
|
}
|
||||||
}, 1000);
|
}, 1000);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user