bug fix - redirecting to localhost instead of login.joshashton.dev

This commit is contained in:
Joshua Ashton
2025-02-03 11:01:36 -07:00
parent e3a972d702
commit 55b4258c41
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -3,7 +3,6 @@ session_start();
if (!isset($_GET['code'])) {
header('Location: https://login.joshashton.dev/');
// header('Location: http://localhost:9753/');
exit;
}
?>