Change to real URL

This commit is contained in:
Robbie Trencheny 2017-01-22 21:52:32 -08:00
parent fd580cc889
commit 0351b2201a

View File

@ -22,6 +22,6 @@ $(document).ready(function(){
if(redirect && redirect.length > 0) {
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>