|
@@ -28,6 +28,7 @@ export const useAuthWindow = ({
|
|
|
try {
|
|
try {
|
|
|
if (
|
|
if (
|
|
|
authWindow.location.hostname.includes("dashboard.getporter.dev") ||
|
|
authWindow.location.hostname.includes("dashboard.getporter.dev") ||
|
|
|
|
|
+ authWindow.location.hostname.includes("cloud.porter.run") ||
|
|
|
authWindow.location.hostname.includes("localhost")
|
|
authWindow.location.hostname.includes("localhost")
|
|
|
) {
|
|
) {
|
|
|
authWindow.close();
|
|
authWindow.close();
|