You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This was caused by the abort controller being aborted so we can ignore it
58
+
return;
59
+
}
60
+
56
61
if(window.location.hostname==="localhost"){
57
62
console.warn(
58
-
"Can't access the auth endpoint. For local development, please use the Static Web Apps CLI to emulate authentication: https://github.com/azure/static-web-apps-cli"
63
+
"Can't access the auth endpoint. For local development, please use the Static Web Apps CLI to emulate authentication: https://github.com/azure/static-web-apps-cli",
0 commit comments