Change to real URL
This commit is contained in:
parent
fd580cc889
commit
0351b2201a
1 changed files with 1 additions and 1 deletions
|
@ -22,6 +22,6 @@ $(document).ready(function(){
|
||||||
if(redirect && redirect.length > 0) {
|
if(redirect && redirect.length > 0) {
|
||||||
localStorage.setItem("pr", redirect[1]);
|
localStorage.setItem("pr", redirect[1]);
|
||||||
}
|
}
|
||||||
window.location = "https://github.com/login/oauth/authorize?client_id=44151bab2be25f885aa7&response_type=code&scope=user%3Aemail&redirect_uri=http%3A%2F%2Flocalhost%3A4000%2Fdevelopers%2Fcla_sign%2F"
|
window.location = "https://github.com/login/oauth/authorize?client_id=44151bab2be25f885aa7&response_type=code&scope=user%3Aemail&redirect_uri=https%3A%2F%2Fhome-assistant.io%2Fdevelopers%2Fcla_sign%2F"
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue