Skip to content

Commit

Permalink
feat: update naarad signup url
Browse files Browse the repository at this point in the history
  • Loading branch information
proffapt committed Jun 29, 2024
1 parent 135e541 commit 599c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/Register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const Register: Component = () => {
}, 3000);
}
else if(data.status == 401){
document.location = "https://heimdall.metakgp.org?redirect_url=https://naarad-signup.metakgp.org"
document.location = "https://heimdall.metakgp.org?redirect_url=https://naarad.metakgp.org/signup"
}
else {
setIsErr(true)
Expand Down

0 comments on commit 599c0a5

Please sign in to comment.