Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
wyattmog committed Nov 11, 2024
2 parents 8f926de + 74c818c commit 3b8e5b5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Frontend/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ function resetCheck () {
document.getElementById("check-label").classList.remove("err-message")
document.getElementById("terms").classList.remove("terms-err")
}
if (window.location.hostname !== "instagramtoolfront.duckdns.org" && window.location.hostname !== "localhost") {
// Redirect to HTTPS and the desired subdomain
window.location.href = "https://instagramtoolfront.duckdns.org" + window.location.pathname;
}
window.onload = async function() {
const res = await fetch(baseUrl + '/protected', {
method: 'GET',
Expand Down

0 comments on commit 3b8e5b5

Please sign in to comment.