diff --git a/dashboard/src/lib/hooks/useAuthWindow.ts b/dashboard/src/lib/hooks/useAuthWindow.ts index 922f4921c0..bc14ac29c0 100644 --- a/dashboard/src/lib/hooks/useAuthWindow.ts +++ b/dashboard/src/lib/hooks/useAuthWindow.ts @@ -28,6 +28,7 @@ export const useAuthWindow = ({ try { if ( authWindow.location.hostname.includes("dashboard.getporter.dev") || + authWindow.location.hostname.includes("cloud.porter.run") || authWindow.location.hostname.includes("localhost") ) { authWindow.close();